SqlByte Implicit Conversion (Byte to SqlByte)

 

Converts the supplied byte value to a SqlByte.

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

public:
static operator SqlByte (
	unsigned char x
)

Parameters

x
Type: System::Byte

A byte value to be converted to SqlByte.

Return Value

Type: System.Data.SqlTypes::SqlByte

A SqlByte structure whose Value property is equal to the supplied parameter.

.NET Framework
Available since 1.1
Return to top
Show: