Mono Class Library: System.Text.StringBuilder Overview | MembersSystem.Text.StringBuilder.Insert Method |
Inserts the string representation of a ulong into the current instance at a specified index. [Edit]
|
The current instance after insertion has occurred. [Edit]
Type Reason ArgumentOutOfRangeException index is greater than the length of the current instance
-or-
index is less than zero.
[Edit]
This member is not CLS-compliant. For a CLS-compliant alternative, use StringBuilder.Insert(int, string, int)(int, decimal).
This method inserts value.ToString() into the current instance at the specified location. Existing characters are shifted to make room for the new text, and StringBuilder.Capacity is adjusted as necessary.
[Edit]
Namespace: System.Text
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0