CharacterDataLength Property |
The number of 16-bit units that are available through data and the substringData method below. This may have the value zero, i.e., CharacterData nodes may be empty.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic int Length { get; }
Public ReadOnly Property Length As Integer
Get
public:
property int Length {
int get ();
}
member Length : int with get
Property Value
Type:
Int32
See Also