SqlByte Explicit Conversion (SqlByte to Byte)

 

Converts the supplied SqlByte structure to a byte.

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

public:
static explicit operator unsigned char (
	SqlByte x
)

Parameters

x
Type: System.Data.SqlTypes::SqlByte

The SqlByte structure to be converted to a byte.

Return Value

Type: System::Byte

A byte whose value equals the Value property of the SqlByte parameter.

.NET Framework
Available since 1.1
Return to top
Show: