SqlChars.Explicit Operator  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts to a SqlChars structure.
Overloads
Explicit(SqlString to SqlChars)
- Source:
- SQLChars.cs
- Source:
- SQLChars.cs
- Source:
- SQLChars.cs
- Source:
- SQLChars.cs
public:
 static explicit operator System::Data::SqlTypes::SqlChars ^(System::Data::SqlTypes::SqlString value);public static explicit operator System.Data.SqlTypes.SqlChars(System.Data.SqlTypes.SqlString value);static member op_Explicit : System.Data.SqlTypes.SqlString -> System.Data.SqlTypes.SqlCharsPublic Shared Narrowing Operator CType (value As SqlString) As SqlCharsParameters
Returns
A SqlChars structure.
Remarks
The equivalent method for this operator is SqlChars.SqlChars(SqlString).
See also
Applies to
Explicit(SqlChars to SqlString)
- Source:
- SQLChars.cs
- Source:
- SQLChars.cs
- Source:
- SQLChars.cs
- Source:
- SQLChars.cs
public:
 static explicit operator System::Data::SqlTypes::SqlString(System::Data::SqlTypes::SqlChars ^ value);public static explicit operator System.Data.SqlTypes.SqlString(System.Data.SqlTypes.SqlChars value);static member op_Explicit : System.Data.SqlTypes.SqlChars -> System.Data.SqlTypes.SqlStringPublic Shared Narrowing Operator CType (value As SqlChars) As SqlStringParameters
Returns
A SqlString structure.
Remarks
The equivalent method for this operator is Object.ToString.