2 references to TryFormatUInt128
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\UInt128.cs (2)
122
return Number.
TryFormatUInt128
(this, format, provider, destination, out charsWritten);
128
return Number.
TryFormatUInt128
(this, format, provider, utf8Destination, out bytesWritten);