XmlSerializationWriter.FromXmlNmTokens(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.
Encodes a space-delimited sequence of XML names into a single XML name.
This API supports the product infrastructure and is not intended to be used directly from your code.
protected:
static System::String ^ FromXmlNmTokens(System::String ^ nmTokens);
protected static string? FromXmlNmTokens (string? nmTokens);
protected static string FromXmlNmTokens (string nmTokens);
static member FromXmlNmTokens : string -> string
Protected Shared Function FromXmlNmTokens (nmTokens As String) As String
Parameters
- nmTokens
- String
A space-delimited sequence of XML names to be encoded.
Returns
An encoded string.
Remarks
The protected members of XmlSerializationWriter are intended for use only by derived classes that are used internally within the .NET Framework XML serialization infrastructure.
The FromXmlNmTokens method is static.