SqlMoney Implicit Conversion (SqlByte to SqlMoney)

 
equivalentCodeEntityM:System.Data.SqlTypes.SqlByte.ToSqlMoney

This implicit operator converts the supplied SqlByte parameter to SqlMoney.

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

public:
static operator SqlMoney (
	SqlByte x
)

Parameters

x
Type: System.Data.SqlTypes::SqlByte

The SqlByte structure to be converted.

Return Value

Type: System.Data.SqlTypes::SqlMoney

A new SqlMoney structure whose Value property is equal to the Value of the SqlByte parameter.

.NET Framework
Available since 1.1
Return to top
Show: