[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Serializes a string to an XML node. This can be used to do in-place XML updates that the serializers can't handle. This should be used with [XmlAnyElement] blocks

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
static 
XmlNode 
SerializeStringToXmlNode(
	
string 
value
)
Public 
Shared 
Function 
SerializeStringToXmlNode ( _
	
value 
As 
String _
) 
As 
XmlNode
public:
static 
XmlNode^ 
SerializeStringToXmlNode(
	
String^ 
value
)

Parameters

value
String

See Also