[]
        
(Showing Draft Content)

C1.Framework.CharType

CharType Enum

Defines the category of a Unicode character.

Namespace: C1.Framework
Assembly: C1.Win.Input.8.dll
Syntax
[Flags]
public enum CharType

Fields

Name Description
Control

Indicates that the character is a control code.

FarEastPunctation

Indicates that the character is a CJK punctuation.

FullWidth

Indicates that the character is of full width.

Hangul

Indicates that the character is a Hangal character.

Hiragana

Indicates that the character is a Japanese Hiragana character.

Katakana

Indicates that the character is a Japanese Katakana character.

LowerCase

Indicates that the character is a lower case letter.

MathSymbol

Indicates that the character is a mathematical symbol.

Numeric

Indicates that the character is a numeric digit.

OtherChar

Indicates that the character is not of a particular category.

Punctuation

Indicates that the character is a punctuation. ( Open & Close )

Space

Indicates that the character is a space character.

Symbol

Indicates that the character is a symbol.

UpperCase

Indicates that the character is an upper case letter.