SqlByte::ToSqlDecimal Method ()

 

Converts this SqlByte structure to SqlDecimal.

Namespace:   System.Data.SqlTypes
Assembly:  System.Data (in System.Data.dll)

public:
SqlDecimal ToSqlDecimal()

Return Value

Type: System.Data.SqlTypes::SqlDecimal

A SqlDecimal structure whose Value equals the Value of this SqlByte structure.

.NET Framework
Available since 1.1
Return to top
Show: