Retrieves a substring from the current instance, starting from a specified index.
[Edit]
Parameters
- startIndex
- A int containing the index of the start of the substring in the current instance.
[Edit]
Returns
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.
[Edit]
Exceptions
Remarks
Requirements
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0