Determines whether given character is a combining character or not.

Namespace: Sgry.Azuki
Assembly: 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

Return Value

Type: Boolean

See Also