Gets number of characters currently held in this document.
Note that a surrogate pair or combining characters will be counted as two characters.
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
C# |
---|
public int Length { get; } |
Visual Basic |
---|
Public ReadOnly Property Length As Integer Get |
Property Value
Type: Int32
Remarks
This property returns the number of characters in this document. Note that because Azuki's internal character encoding is UTF-16, characters consisted with more than one characters will NOT be counted as one (e.g. surrogate pairs, combining character sequences, and variation sequences.)