Implemented interface member:
method
ToString
System.IFormattable.ToString(System.String, System.IFormatProvider)
2 references to ToString
System (1)
compmod\system\componentmodel\SByteConverter.cs (1)
62
return ((SByte)value).
ToString
("G", formatInfo);
System.Xml (1)
System\Xml\XmlConvert.cs (1)
654
return value.
ToString
(null, NumberFormatInfo.InvariantInfo);