Click or drag to resize
MacroElementIsOperatorChar Method
Returns true if the character is operator character.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 11.0.0
Syntax
C#
public static bool IsOperatorChar(
	char ch
)

Parameters

ch
Type: SystemChar
Character to check

Return Value

Type: Boolean
See Also