UnsafeStringBuilder.Substring Method (Int32) |
Returns the substring starting at a given index and ending at the end of the current string.
Namespace: PostSharp.Patterns.Formatters
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.5.15.0 (6.5.15.0)

C#
public string Substring( int startIndex )
Parameters
- startIndex
- Type: System.Int32
Index of the first character of the substring.
Return Value
Type: StringThe substring starting from startIndex.
