Click or drag to resize
MacroProcessorRemoveLocalizationMacroBrackets Method
Removes localization macro brackets {$ $} from given text.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
public static string RemoveLocalizationMacroBrackets(
	string value
)

Parameters

value
Type: SystemString
Value to modify

Return Value

Type: String
See Also