LocalizedLabelGetText Method |
Gets the final text of the control.
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 12.0.0
Syntax public string GetText(
bool addCharacters = true
)
Parameters
- addCharacters (Optional)
- Type: SystemBoolean
If allowed special characters are added to the text, e.g. colon, required mark (optional; default value is TRUE).
Return Value
Type:
StringSee Also