JsonString.Length Property |
Gets the number of characters in the current object.
Namespace: Dextronet.JsonieAssembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntaxpublic int Length { get; }
Public ReadOnly Property Length As Integer
Get
Property Value
Type:
Int32
Remarks
The Length property returns the number of Char objects in this instance, not the number of Unicode characters.
See Also