SqlBinary Explicit Conversion (SqlBinary to array<Byte>^)

 
equivalentCodeEntityP:System.Data.SqlTypes.SqlBinary.Value

Converts a SqlBinary structure to a Byte array.

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

public:
static explicit operator array<unsigned char>^ (
	SqlBinary x
)

Parameters

x
Type: System.Data.SqlTypes::SqlBinary

The SqlBinary structure to be converted.

Return Value

Type: array<System::Byte>^

A Byte array.

.NET Framework
Available since 1.1
Return to top
Show: