Mono Class Library: System.String Overview | MembersSystem.String.Substring Method |
Retrieves a substring from the current instance, starting from a specified index, continuing for a specified length. [Edit]
|
A string containing the substring of the current instance with the specified length that begins at the specified position. Returns string.Empty if startIndex is equal to the length of the current instance and length is zero. [Edit]
Type Reason ArgumentOutOfRangeException length is greater than the length of the current instance.
-or-
startIndex or length is less than zero.
[Edit]
Documentation for this section has not yet been entered. [Edit]
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0