Click or drag to resize

LocalizableLabel  Conversion (LocalizableLabel to String)

Converts the given localizable label to string.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public static explicit operator string (
	LocalizableLabel label
)

Parameters

label
Type: Dynamicweb.ControlsLocalizableLabel
Localizable Label to convert.

Return Value

Type: String
Converted string.
Remarks