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