XmlSerializationReader.ToXmlNmTokens(String) 方法
定义
解码 XML 名称。Decodes an XML name.
此 API 支持产品基础结构,不能在代码中直接使用。
protected:
static System::String ^ ToXmlNmTokens(System::String ^ value);
protected static string? ToXmlNmTokens (string? value);
protected static string ToXmlNmTokens (string value);
static member ToXmlNmTokens : string -> string
Protected Shared Function ToXmlNmTokens (value As String) As String
参数
- value
- String
要解码的 XML 名称。An XML name to be decoded.
返回
已解码的字符串。A decoded string.
注解
受保护的成员 XmlSerializationReader 旨在供在 .NET FRAMEWORK XML 序列化基础结构内部使用的派生类使用。The protected members of XmlSerializationReader are intended for use by derived classes that are used internally within the .NET Framework XML serialization infrastructure.
此 ToXmlNmTokens 方法是静态的。The ToXmlNmTokens method is static.
ToXmlNmTokens 将4位十六进制 UCS-2 代码转换为 Unicode。ToXmlNmTokens converts 4-digit hexadecimal UCS-2 codes into Unicode.