1 override of ToInt32
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (1)
437
public override int
ToInt32
(string value) { return (int)ChangeType((object)value, Int32Type, null); }
2 references to ToInt32
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigator.cs (2)
331
return schemaType.ValueConverter.
ToInt32
(Value);
347
return XmlUntypedConverter.Untyped.
ToInt32
(Value);