5 references to Parse
System.Data (5)
fx\src\data\System\Data\Common\SQLConvert.cs (1)
636return SqlDecimal.Parse((string)value); // parses invariant format and is larger has larger range then Decimal
fx\src\data\System\Data\SQLTypes\SQLDecimal.cs (4)
1772return x.IsNull ? Null : SqlDecimal.Parse(x.Value); 3264SqlDecimal dec = Parse(reader.ReadElementString()); 3306public static readonly SqlDecimal MinValue = SqlDecimal.Parse("-99999999999999999999999999999999999999"); 3310public static readonly SqlDecimal MaxValue = SqlDecimal.Parse("99999999999999999999999999999999999999");