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