StringBuilder::AppendFormat Method

 

Appends the string 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 corresponding object argument.

Namespace:   System.Text
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodAppendFormat(IFormatProvider^, String^, Object^)

Appends the string 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 using a specified format provider.

System_CAPS_pubmethodAppendFormat(IFormatProvider^, String^, Object^, Object^)

Appends the string 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 either of two arguments using a specified format provider.

System_CAPS_pubmethodAppendFormat(IFormatProvider^, String^, Object^, Object^, Object^)

Appends the string 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 either of three arguments using a specified format provider.

System_CAPS_pubmethodAppendFormat(IFormatProvider^, String^, array<Object^>^)

Appends the string 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 corresponding argument in a parameter array using a specified format provider.

System_CAPS_pubmethodAppendFormat(String^, Object^)

Appends the string 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.

System_CAPS_pubmethodAppendFormat(String^, Object^, Object^)

Appends the string 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 either of two arguments.

System_CAPS_pubmethodAppendFormat(String^, Object^, Object^, Object^)

Appends the string 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 either of three arguments.

System_CAPS_pubmethodAppendFormat(String^, array<Object^>^)

Appends the string 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 corresponding argument in a parameter array.

Return to top
Show: