SqlByte Explicit Conversion (SqlByte to Byte)
.NET Framework (current version)
Converts the supplied SqlByte structure to a byte.
Assembly: System.Data (in System.Data.dll)
Parameters
- x
-
Type:
System.Data.SqlTypes::SqlByte
The SqlByte structure to be converted to a byte.
Return Value
Type: System::ByteA byte whose value equals the Value property of the SqlByte parameter.
.NET Framework
Available since 1.1
Available since 1.1
Show: