[]
Checks whether the specified code page character range is considered functional (see Os2CodePageRange).
public bool TestCodePageRange(int codePageRangeIndex)
Public Function TestCodePageRange(codePageRangeIndex As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| int | codePageRangeIndex | Index of the range (between 0 and 63). |
| Type | Description |
|---|---|
| bool | true if the specified code page character range is considered functional, false otherwise. |