get_LocalName()

XmlTextReader::get_LocalName() method

Returns the local name of the current node.

String System::Xml::XmlTextReader::get_LocalName() override

Return Value

The name of the current node with the prefix removed. For example, LocalName is book for the element bk:book. For node types that do not have a name (like Text, Comment, and so on), this method returns String::Empty.

See Also