3 references to Parse
Microsoft.ML.Data (3)
Transforms\TypeConverting.cs (2)
312keyCount = KeyCount.Parse(item.Range); 320keyCount = KeyCount.Parse(options.Range);
Utilities\TypeParsingUtils.cs (1)
38keyCount = KeyCount.Parse(str.Substring(ich + 1, str.Length - ich - 2));