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