| 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
)
Public Shared Narrowing Operator CType (
label As LocalizableLabel
) As String
Parameters
- label
- Type: Dynamicweb.ControlsLocalizableLabel
Localizable Label to convert.
Return Value
Type:
StringConverted string.
Remarks See Also