UnsafeStringBuilder.Substring Method |
Name | Description | |
---|---|---|
Substring(Int32) |
Returns the substring starting at a given index and ending at the end of the current string.
| |
Substring(Int32, Int32) |
Returns the substring starting at a given index and having a specified length.
|