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