Mono Class Library: System.Text.StringBuilder Overview | Members

System.Text.StringBuilder.Append Method

Appends the string representation of a uint to the end of the current instance. [Edit]

[System.CLSCompliant(false)]
public StringBuilder Append (uint value)

Parameters

value
The uint to be appended. [Edit]

Returns

The current instance after the operation has occurred. [Edit]

Remarks

This member is not CLS-compliant. For a CLS-compliant alternative, use StringBuilder.Append(char, int)(long).

This method appends value.ToString() to the current instance.

The StringBuilder.Capacity of the current instance is increased as necessary.

[Edit]

Requirements

Namespace: System.Text
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0