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