SqlSingle Implicit Conversion (SqlMoney to SqlSingle)

 
equivalentCodeEntityM:System.Data.SqlTypes.SqlMoney.ToSqlSingle

Converts the supplied SqlMoney structure to SqlSingle.

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

public:
static operator SqlSingle (
	SqlMoney x
)

Parameters

x
Type: System.Data.SqlTypes::SqlMoney

The SqlMoney structure to be converted.

Return Value

Type: System.Data.SqlTypes::SqlSingle

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

.NET Framework
Available since 1.1
Return to top
Show: