Show / Hide Table of Contents

Method AppendFormat

| Improve this Doc View Source

AppendFormat(String, Object)

Appends formatted string.

Declaration
public IndentedStringBuilder AppendFormat(string format, object arg0)
Parameters
Type Name Description
System.String format

The format string.

System.Object arg0

The object to format.

Returns
Type Description
IndentedStringBuilder

This IndentedStringBuilder for fluent coding.

| Improve this Doc View Source

AppendFormat(String, Object[])

Appends formatted string.

Declaration
public IndentedStringBuilder AppendFormat(string format, params object[] args)
Parameters
Type Name Description
System.String format

The format string.

System.Object[] args

The objects to format.

Returns
Type Description
IndentedStringBuilder

This IndentedStringBuilder for fluent coding.

| Improve this Doc View Source

AppendFormat(IFormatProvider, String, Object[])

Appends formatted string.

Declaration
public IndentedStringBuilder AppendFormat(IFormatProvider provider, string format, params object[] args)
Parameters
Type Name Description
System.IFormatProvider provider

An object that supplies culture-specific formatting information.

System.String format

The format string.

System.Object[] args

The objects to format.

Returns
Type Description
IndentedStringBuilder

This IndentedStringBuilder for fluent coding.

| Improve this Doc View Source

AppendFormat(String, Object, Object)

Appends formatted string.

Declaration
public IndentedStringBuilder AppendFormat(string format, object arg0, object arg1)
Parameters
Type Name Description
System.String format

The format string.

System.Object arg0

The first object to format.

System.Object arg1

The second object to format.

Returns
Type Description
IndentedStringBuilder

This IndentedStringBuilder for fluent coding.

| Improve this Doc View Source

AppendFormat(String, Object, Object, Object)

Appends formatted string.

Declaration
public IndentedStringBuilder AppendFormat(string format, object arg0, object arg1, object arg2)
Parameters
Type Name Description
System.String format

The format string.

System.Object arg0

The first object to format.

System.Object arg1

The second object to format.

System.Object arg2

The third object to format.

Returns
Type Description
IndentedStringBuilder

This IndentedStringBuilder for fluent coding.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest