1 override of ToString
System.Private.Xml (1)
System\Xml\Schema\XmlValueConverter.cs (1)
379public override string ToString(long value) { return (string)ChangeType((object)value, StringType, null); }
1 reference to ToString
System.Private.Xml (1)
System\Xml\Schema\XmlAtomicValue.cs (1)
389case TypeCode.Int64: return valueConverter.ToString(_unionVal.i64Val);