SqlByte.ToSqlDecimal Method

Definition

Converts this SqlByte 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 SqlDecimal structure whose Value equals the Value of this SqlByte structure.

Applies to

See also