MacroProcessorRemoveLocalizationMacroBrackets Method |
Removes localization macro brackets {$ $} from given text.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 11.0.0
Syntax public static string RemoveLocalizationMacroBrackets(
string value
)
Parameters
- value
- Type: SystemString
Value to modify
Return Value
Type:
StringSee Also