Appends the string representation of a long to the end of the current instance.
- value
- The long to be appended.
The current instance after the operation has occurred.
This method appends value.ToString() to the current instance.
The StringBuilder.Capacity of the current instance is increased as necessary.
Namespace: System.Text
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0