Implemented interface member:
method
ToString
System.IFormattable.ToString(System.String, System.IFormatProvider)
4 references to ToString
System (1)
compmod\system\componentmodel\Int16Converter.cs (1)
61return ((Int16)value).ToString("G", formatInfo);
System.Data (1)
fx\src\data\System\Data\OleDb\OleDbParameter.cs (1)
480throw ADP.PrepareParameterScale(cmd, _metaType.wType.ToString("G", CultureInfo.InvariantCulture));
System.Web (1)
UI\ObjectConverter.cs (1)
120return ((Int16)value).ToString(formatString, CultureInfo.InvariantCulture);
System.Xml (1)
System\Xml\XmlConvert.cs (1)
662return value.ToString(null, NumberFormatInfo.InvariantInfo);