[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:fCraft.PlayerDB.AppendEscaped(System.Text.StringBuilder,System.String)"]

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.2 (0.6.3.2)

Syntax

   
 C# 
public static StringBuilder AppendEscaped(
	this StringBuilder sb,
	string str
)

Parameters

sb
StringBuilder
str
String

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type StringBuilder. When you use instance method syntax to call this method, omit the first parameter.

See Also