SqlDecimal.ToSqlString Method

Definition

Converts this SqlDecimal structure to SqlString.

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

Returns

A SqlString structure whose value is a string representing the value contained in this SqlDecimal structure.

Applies to

See also