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