2 references to Int128ToHexStr
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Number.Formatting.cs (2)
1177
return
Int128ToHexStr
(value, GetHexBase(fmt), digits);
1295
return
Int128ToHexStr
((Int128)value, GetHexBase(fmt), digits);