3 references to TryParseCore
Microsoft.ML.Data (3)
Data\Conversion.cs (3)
1038
return
TryParseCore
(src.Span, out dst);
1166
if (!
TryParseCore
(span, out uu))
1341
if (span.Length == 1 || !
TryParseCore
(span.Slice(1), out val) || (val > ((ulong)max + 1)))