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