SqlString Implicit Conversion (String^ to SqlString)

 

Converts the String parameter to a SqlString.

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

public:
static operator SqlString (
	String^ x
)

Parameters

x
Type: System::String^

The String to be converted.

Return Value

Type: System.Data.SqlTypes::SqlString

A SqlString that contains the value of the specified String.

.NET Framework
Available since 1.1
Return to top
Show: