XmlSerializationReader.ToXmlNmToken(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Decodes an XML name.
This API supports the product infrastructure and is not intended to be used directly from your code.
protected:
static System::String ^ ToXmlNmToken(System::String ^ value);
protected static string? ToXmlNmToken (string? value);
protected static string ToXmlNmToken (string value);
static member ToXmlNmToken : string -> string
Protected Shared Function ToXmlNmToken (value As String) As String
Parameters
- value
- String
An XML name to be decoded.
Returns
A decoded string.
Remarks
The protected members of XmlSerializationReader are only intended for use by derived classes that are used internally within the .NET Framework XML serialization infrastructure.
The ToXmlNmToken method is static.
ToXmlNmToken converts 4-digit hexadecimal UCS-2 codes into Unicode.