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