Property Length
- Namespace
- SharpVectors.Dom
- Assembly
- SharpVectors.Core.dll
Length
Gets the length of the data, in characters.
int Length { get; }
Property Value
- int
The length, in characters, of the string in the Data property. The length may be zero; that is, ICharacterData nodes can be empty.