Implemented interface member:
method
ToString
System.IFormattable.ToString(System.String, System.IFormatProvider)
7 references to ToString
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\XmlConvert.cs (1)
726return value.ToString(null, NumberFormatInfo.InvariantInfo);
Microsoft.VisualBasic.Core (2)
Microsoft\VisualBasic\CompilerServices\Conversions.vb (1)
2177Return Value.ToString(Nothing, Nothing)
Microsoft\VisualBasic\CompilerServices\StringType.vb (1)
40Return Value.ToString(Nothing, Nothing)
System.ComponentModel.TypeConverter (1)
System\ComponentModel\Int16Converter.cs (1)
37return ((short)value).ToString("G", formatInfo);
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Convert.cs (1)
2235return value.ToString(format, CultureInfo.InvariantCulture);
src\libraries\System.Private.CoreLib\src\System\Int16.cs (1)
110return ToString(format, null);
System.Private.Xml (1)
System\Xml\XmlConvert.cs (1)
627return value.ToString(null, CultureInfo.InvariantCulture);