SqlString.ToSqlDecimal Method

Definition

Converts this SqlString structure to SqlDecimal.

public:
 System::Data::SqlTypes::SqlDecimal ToSqlDecimal();
public System.Data.SqlTypes.SqlDecimal ToSqlDecimal ();
member this.ToSqlDecimal : unit -> System.Data.SqlTypes.SqlDecimal
Public Function ToSqlDecimal () As SqlDecimal

Returns

A new SqlDecimal that contains the value of this SqlString.

Applies to

See also