3 references to FormatInt128
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Int128.cs (3)
105
return Number.
FormatInt128
(this, null, provider);
110
return Number.
FormatInt128
(this, format, null);
115
return Number.
FormatInt128
(this, format, provider);