SqlString Explicit Conversion (SqlString to String^)
.NET Framework (current version)
Namespace:
System.Data.SqlTypes
Assembly: System.Data (in System.Data.dll)
Return to top
Assembly: System.Data (in System.Data.dll)
Parameters
- x
-
Type:
System.Data.SqlTypes::SqlString
The SqlString to be converted.
Return Value
Type: System::String^A String, whose contents are the same as the Value property of the SqlString parameter.
.NET Framework
Available since 1.1
Available since 1.1
Show: