Share via


SerializationHelpers.SerializeStringToXmlNode Method (String)

 

Serializes a string to an XML node. This method can be used to do in-place XML updates that 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

public static XmlNode SerializeStringToXmlNode(
    string value
)
public:
static XmlNode^ SerializeStringToXmlNode(
    String^ value
)
Public Shared Function SerializeStringToXmlNode (
    value As String
) As XmlNode

Parameters

Return Value

Type: System.Xml.XmlNode

See Also

SerializationHelpers Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top