SqlGuid Explicit Conversion (SqlBinary to SqlGuid)

 

Converts the SqlBinary parameter to SqlGuid.

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

public:
static explicit operator SqlGuid (
	SqlBinary x
)

Parameters

x
Type: System.Data.SqlTypes::SqlBinary

A SqlBinary object.

Return Value

Type: System.Data.SqlTypes::SqlGuid

A new SqlGuid whose Value is equal to the Value of the SqlBinary parameter.

.NET Framework
Available since 1.1
Return to top
Show: