SqlString.ToSqlMoney Method

Definition

Converts this SqlString structure to SqlMoney.

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

Returns

A new SqlMoney that is equal to the numeric value of this SqlString.

Applies to

See also