Substring(Int32) Method (DrawingString)
Retrieves a substring from this instance. The substring starts at a specified character position and continues to the end of the string.
'Declaration
Public Overloads Function Substring( _
ByVal As System.Int32 _
) As DrawingString
Parameters
- startIndex
- The zero-based starting character position of a substring in this instance.
Return Value
>A string that is equivalent to the substring that begins at
in this instance, or
Empty if
is equal to the length of this instance.
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5