System::Xml::XmlConvert::DecodeName method
XmlConvert::DecodeName method
Decodes a name. This method does the reverse of the XmlConvert::EncodeName(String) and XmlConvert::EncodeLocalName(String) methods.
static String System::Xml::XmlConvert::DecodeName(const String &name)
| Parameter | Type | Description | 
|---|---|---|
| name | const String& | The name to be transformed. | 
ReturnValue
The decoded name.
See Also
- Class String
 - Class XmlConvert
 - Namespace System::Xml
 - Library Aspose.TeX for C++