2 references to Parse
System.Data.Common (2)
System\Data\Common\BigIntegerStorage.cs (2)
65else if (value.GetType() == typeof(string)) { return BigInteger.Parse((string)value, formatProvider); } 152return BigInteger.Parse(s, System.Globalization.CultureInfo.InvariantCulture);