LongString   Conversion (LongString to String)

Cast the Long String to a String.

Definition

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

Parameters

value  LongString
The Value to cast.

Return Value

String
Converted Value.

See Also