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