| DbString Conversion (DbString to String) |
Converts new DBstring type in to string type.
Namespace:
Dynamicweb.News.Common
Assembly:
Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax public static implicit operator string (
DbString databaseString
)
Public Shared Widening Operator CType (
databaseString As DbString
) As String
Parameters
- databaseString
- Type: Dynamicweb.News.CommonDbString
DbString object.
Return Value
Type:
StringString representation of the value.
Remarks See Also