XmlSerializationWriter::FromXmlNmTokens Method (String^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Encodes a space-delimited sequence of XML names into a single XML name.

Namespace:   System.Xml.Serialization
Assembly:  System.Xml (in System.Xml.dll)

protected:
static String^ FromXmlNmTokens(
	String^ nmTokens
)

Parameters

nmTokens
Type: System::String^

A space-delimited sequence of XML names to be encoded.

Return Value

Type: System::String^

An encoded string.

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.

.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Return to top
Show: