MacroProcessorRemoveMacroBrackets Method |
Removes all types macro brackets from given text.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax public static string RemoveMacroBrackets(
string value,
out string type
)
Parameters
- value
- Type: SystemString
Value to modify - type
- Type: SystemString
Type of macro which was removed
Return Value
Type:
StringSee Also