Retrieves a substring from the current instance, starting from a specified index.
- startIndex
- A int containing the index of the start of the substring in the current instance.
A string equivalent to the substring that begins at startIndex of the current instance. Returns string.Empty if startIndex is equal to the length of the current instance.
Type Reason ArgumentOutOfRangeException startIndex is less than zero or greater than the length of the current instance.
Documentation for this section has not yet been entered.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0