Class UnicodeQuery
Unicode querying tools
Inheritance
object
UnicodeQuery
Namespace: Textify.Data.Unicode
Assembly: Textify.Data.dll
Syntax
public static class UnicodeQuery
Methods
| Edit this page View SourceQueryChar(char)
Queries the character
Declaration
public static UnicodeCharInfo QueryChar(char character)
Parameters
Type | Name | Description |
---|---|---|
char | character | Character |
Returns
Type | Description |
---|---|
UnicodeCharInfo |
QueryChar(char, UnicodeQueryType)
Queries the character
Declaration
public static UnicodeCharInfo QueryChar(char character, UnicodeQueryType type)
Parameters
Type | Name | Description |
---|---|---|
char | character | Character |
UnicodeQueryType | type | Database type to query |
Returns
Type | Description |
---|---|
UnicodeCharInfo |
QueryChar(int)
Queries the character
Declaration
public static UnicodeCharInfo QueryChar(int charNum)
Parameters
Type | Name | Description |
---|---|---|
int | charNum | Character number |
Returns
Type | Description |
---|---|
UnicodeCharInfo |
QueryChar(int, UnicodeQueryType)
Queries the character
Declaration
public static UnicodeCharInfo QueryChar(int charNum, UnicodeQueryType type)
Parameters
Type | Name | Description |
---|---|---|
int | charNum | Character number |
UnicodeQueryType | type | Database type to query |
Returns
Type | Description |
---|---|
UnicodeCharInfo |