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