2 references to TryToDouble
System.Private.Xml (2)
System\Xml\Schema\DataTypeImplementation.cs (1)
1704
exception = XmlConvert.
TryToDouble
(s, out doubleValue);
System\Xml\Xsl\Runtime\XsltFunctions.cs (1)
347
if (XmlConvert.
TryToDouble
(stringValue, out d) != null)