[]
Checks whether the specified Unicode range is considered functional (see Os2UnicodeRange).
public bool TestUnicodeRange(int unicodeRangeIndex)
Public Function TestUnicodeRange(unicodeRangeIndex As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| int | unicodeRangeIndex | Index of the range (between 0 and 127). |
| Type | Description |
|---|---|
| bool | true if the specified Unicode range is considered functional, false otherwise. |