Base:
method
ToInt64
Microsoft.Xml.Schema.XmlBaseConverter.ToInt64(System.String)
2 references to ToInt64
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (2)
1112if (sourceType == StringType) return this.ToInt64((string)value); 1222if (destinationType == Int64Type) return this.ToInt64((string)value);