Click or drag to resize
JsonString.Length Property
Gets the number of characters in the current object.

Namespace: Dextronet.Jsonie
Assembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax
public int Length { 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