'Declaration Public Overloads Function Substring( _
ByVal startIndexThe zero-based starting character position of a substring in this instance.As System.Int32 _
) As DrawingString
public DrawingString Substring(
System.Int32 startIndex
)
public: DrawingString* Substring(
System.Int32 startIndex
)
public:
DrawingString^ Substring(
System.Int32 startIndex
)
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 startIndex in this instance, or Empty if startIndex is equal to the length of this instance.