string ToCamel (string value)
 
Convert the given string to camel case.
Parameters:
value
The value.
Returns:
String.
<xsl:value-of select="wwstring:ToCamel('camel case')" />
Was this helpful?
Last modified date: 10/14/2020