Implemented interface member:
method
ToString
System.IFormattable.ToString(System.String, System.IFormatProvider)
9 references to ToString
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XmlConvert.cs (1)
783
return value.
ToString
(null, NumberFormatInfo.InvariantInfo);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlConverter.cs (1)
821
return ToAsciiChars(value.
ToString
(null, NumberFormatInfo.InvariantInfo), buffer, offset);
Microsoft.AspNetCore.Grpc.JsonTranscoding (1)
Internal\Json\UInt64Converter.cs (1)
35
writer.WriteStringValue(value.
ToString
("d", CultureInfo.InvariantCulture));
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\CompilerServices\Conversions.vb (1)
2195
Return Value.
ToString
(Nothing, Nothing)
System.ComponentModel.TypeConverter (1)
System\ComponentModel\UInt64Converter.cs (1)
37
return ((ulong)value).
ToString
("G", formatInfo);
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
6017
ManifestError(SR.Format(SR.EventSource_UndefinedKeyword, "0x" + bit.
ToString
("x", CultureInfo.CurrentCulture), eventName), true);
src\libraries\System.Private.CoreLib\src\System\UIntPtr.cs (1)
205
public string ToString([StringSyntax(StringSyntaxAttribute.NumericFormat)] string? format, IFormatProvider? provider) => ((nuint_t)_value).
ToString
(format, provider);
System.Private.DataContractSerialization (1)
System\Xml\XmlConverter.cs (1)
781
return ToAsciiChars(value.
ToString
(null, NumberFormatInfo.InvariantInfo), buffer, offset);
System.Private.Xml (1)
System\Xml\XmlConvert.cs (1)
660
return value.
ToString
(null, CultureInfo.InvariantCulture);