4 references to IsAlphaNumeric
System.Private.Xml (4)
System\Xml\Xsl\Runtime\XslNumber.cs (2)
143
bool isAlphaNumeric = CharUtil.
IsAlphaNumeric
(formatString[idxStart]);
154
if (idx == formatString.Length || isAlphaNumeric != CharUtil.
IsAlphaNumeric
(formatString[idx]))
System\Xml\Xsl\XsltOld\NumberAction.cs (2)
689
bool lastAlphaNumeric = CharUtil.
IsAlphaNumeric
(formatString[length]);
702
bool currentchar = length < formatString.Length ? CharUtil.
IsAlphaNumeric
(formatString[length]) : !lastAlphaNumeric;