2 references to TryInt128ToHexStr
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Number.Formatting.cs (2)
1189
return
TryInt128ToHexStr
(value, GetHexBase(fmt), digits, destination, out charsWritten);
1303
return
TryInt128ToHexStr
((Int128)value, GetHexBase(fmt), digits, destination, out charsWritten);