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