MiscUtils AppendFormatLine Method (StringBuilder, String, Object)NFX Class Library

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

Appends the string followed by new line and returned by processing a composite format string, which contains zero or more format items, to this instance. Each format item is replaced by the string representation of a single argument.

Namespace: NFX
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public static StringBuilder AppendFormatLine(
	this StringBuilder builder,
	string str,
	Object arg0
)

Return Value

Type: OnlineStringBuilder

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type OnlineStringBuilder. When you use instance method syntax to call this method, omit the first parameter. For more information, see OnlineExtension Methods (Visual Basic) or OnlineExtension Methods (C# Programming Guide).
See Also