get_Length()

XmlCharacterData::get_Length() method

Returns the length of the data, in characters.

virtual int32_t System::Xml::XmlCharacterData::get_Length()

Return Value

The length, in characters, of the string in the XmlCharacterData::get_Data result. The length may be zero; that is, CharacterData nodes can be empty.

See Also