StringBuilderAppend Method (Int32) |
Appends the string representation of a specified 32-bit signed integer to this instance.
Namespace: System.TextAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public StringBuilder Append(
int value
)
Parameters
- value
- Type: SystemInt32
The value to append.
Return Value
Type:
StringBuilderA reference to this instance after the append operation has completed.
Exceptions Exception | Condition |
---|
ArgumentOutOfRangeException | Enlarging the value of this instance would exceed MaxCapacity. |
See Also