3 references to FormatUInt128
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\UInt128.cs (3)
107
return Number.
FormatUInt128
(this, null, provider);
112
return Number.
FormatUInt128
(this, format, null);
117
return Number.
FormatUInt128
(this, format, provider);