string NumericPrefix (string value)
 
Extract the numeric prefix of 'value'.
Parameters:
value
The value.
Returns:
A string.
Determine numeric prefix of 24px.
<xsl:variable name="VarNumber" select="wwunits:NumericPrefix('24px')" />
Was this helpful?
Last modified date: 10/14/2020