[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.0 (0.6.3.0)

Syntax

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

Parameters

sb
StringBuilder

[Missing <param name="sb"/> documentation for "M:fCraft.PlayerDB.AppendEscaped(System.Text.StringBuilder,System.String)"]

str
String

[Missing <param name="str"/> documentation for "M:fCraft.PlayerDB.AppendEscaped(System.Text.StringBuilder,System.String)"]

Return Value

[Missing <returns> documentation for "M:fCraft.PlayerDB.AppendEscaped(System.Text.StringBuilder,System.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