SqlString Explicit Conversion (SqlGuid to SqlString)

 
equivalentCodeEntityM:System.Data.SqlTypes.SqlGuid.ToSqlString

Converts the specified SqlGuid parameter to SqlString.

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

public:
static explicit operator SqlString (
	SqlGuid x
)

Parameters

x
Type: System.Data.SqlTypes::SqlGuid

The SqlGuid structure to be converted.

Return Value

Type: System.Data.SqlTypes::SqlString

A SqlString whose value is the string representation of the specified SqlGuid.

.NET Framework
Available since 1.1
Return to top
Show: