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