2 references to GetHexVal
Microsoft.ML.Transforms (2)
Expression\Lexer.cs (2)
328
u = (u << 4) + (ulong)LexCharUtils.
GetHexVal
(ChCur);
625
u = (u << 4) + (uint)LexCharUtils.
GetHexVal
(ChCur);