SqlSingle Implicit Conversion (SqlByte to SqlSingle)

 
equivalentCodeEntityM:System.Data.SqlTypes.SqlByte.ToSqlSingle

This implicit operator converts the SqlByte parameter to SqlSingle.

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

public:
static operator SqlSingle (
	SqlByte x
)

Parameters

x
Type: System.Data.SqlTypes::SqlByte

The SqlByte to be converted.

Return Value

Type: System.Data.SqlTypes::SqlSingle

A new SqlSingle structure whose Value property equals the Value of the SqlByte parameter.

.NET Framework
Available since 1.1
Return to top
Show: