LongString   Conversion (String to LongString)

Cast the String to a Long String.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static implicit operator LongString (
	string value
)

Parameters

value  String
The Value to cast.

Return Value

LongString
Converted Value.

See Also