Base:
method
ToInt64
System.Xml.Schema.XmlBaseConverter.ToInt64(System.String)
2 references to ToInt64
System.Xml (2)
System\Xml\Schema\XmlValueConverter.cs (2)
1007if (sourceType == StringType) return this.ToInt64((string) value); 1108if (destinationType == Int64Type) return this.ToInt64((string) value);