MacroElementIsBoolConst Method |
Returns true if the given string is a boolean constant "true" or "false".
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax public static bool IsBoolConst(
string op
)
Parameters
- op
- Type: SystemString
Operator to check
Return Value
Type:
BooleanSee Also