1 override of ToString
System.Private.Xml (1)
System\Xml\Schema\XmlValueConverter.cs (1)
378public override string ToString(int value) { return (string)ChangeType((object)value, StringType, null); }
1 reference to ToString
System.Private.Xml (1)
System\Xml\Schema\XmlAtomicValue.cs (1)
388case TypeCode.Int32: return valueConverter.ToString(_unionVal.i32Val);