Determines whether given character is a combining character or not.
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
| C# |
|---|
public bool IsCombiningCharacter( int index ) |
| Visual Basic |
|---|
Public Function IsCombiningCharacter ( index As Integer ) As Boolean |
Parameters
- index
- Type: System..::..Int32