2 references to Parse
System.Data (2)
fx\src\data\System\Data\Common\BigIntegerStorage.cs (2)
62else if (value.GetType() == typeof(String)) { return BigInteger.Parse((string)value, formatProvider); } 138return BigInteger.Parse(s, System.Globalization.CultureInfo.InvariantCulture);