[]
        
(Showing Draft Content)

C1.Framework.CharHelper.IsCharOfType

IsCharOfType Method

IsCharOfType(char, CharType)

Determines whether the specified character is of the specified type.

Declaration
public static bool IsCharOfType(char c, CharType type)
Parameters
Type Name Description
char c

A Unicode character.

CharType type

A CharType type.

Returns
Type Description
bool

true if specified c and type matches the type of the character; otherwise false.