Gets the length of the data, in characters.
[Visual Basic] Overridable Public ReadOnly Property Length As Integer [C#] public int Length {virtual get;} [C++] public: __property virtual int get_Length(); [JScript] public function get Length() : int;
Length, in characters, of the string in the Data property. This property may be zero, that is, CharacterData nodes can be empty.
XmlCharacterData Class | XmlCharacterData Members | System.NewXml Namespace