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 static bool IsCombiningCharacter( string text, int index ) |
Visual Basic |
---|
Public Shared Function IsCombiningCharacter ( text As String, index As Integer ) As Boolean |
Parameters
- text
- Type: System..::..String
- index
- Type: System..::..Int32