Click or drag to resize
MacroElementIsBoolConst Method
Returns true if the given string is a boolean constant "true" or "false".

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 10.0.0
Syntax
C#
public static bool IsBoolConst(
	string op
)

Parameters

op
Type: SystemString
Operator to check

Return Value

Type: Boolean
See Also