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)
726
return value.
ToString
(null, NumberFormatInfo.InvariantInfo);
Microsoft.VisualBasic.Core (2)
Microsoft\VisualBasic\CompilerServices\Conversions.vb (1)
2177
Return Value.
ToString
(Nothing, Nothing)
Microsoft\VisualBasic\CompilerServices\StringType.vb (1)
40
Return Value.
ToString
(Nothing, Nothing)
System.ComponentModel.TypeConverter (1)
System\ComponentModel\Int16Converter.cs (1)
37
return ((short)value).
ToString
("G", formatInfo);
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Convert.cs (1)
2235
return value.
ToString
(format, CultureInfo.InvariantCulture);
src\libraries\System.Private.CoreLib\src\System\Int16.cs (1)
110
return
ToString
(format, null);
System.Private.Xml (1)
System\Xml\XmlConvert.cs (1)
627
return value.
ToString
(null, CultureInfo.InvariantCulture);