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)
ParameterTypeDescription
nameconst String&The name to be transformed.

ReturnValue

The decoded name.

See Also