WeaverUtilities.

AppendXmlString(StringBuilder, string) Method

Summary

Appends the specified string sanitized for XML.
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
WeaverUtilities

Syntax

public static void AppendXmlString(StringBuilder text, string str)

Parameters

Name Type Description
text StringBuilder
str string

Return Value

Type Description
void