Click or drag to resize

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
)

Parameters

value
Type: SystemString
String type value.

Return Value

Type: DbString
DbString representation of the input string value.
Remarks