'Declaration Public Overloads Function Substring( _
ByVal startCharIndexThe zero-based starting character position of a substring in this instance.As System.Int32, _
ByVal charCountThe number of characters in the substring.As System.Int32 _
) As DrawingString
public DrawingString Substring(
System.Int32 startCharIndex,
System.Int32 charCount
)
public: DrawingString* Substring(
System.Int32 startCharIndex,
System.Int32 charCount
)
public:
DrawingString^ Substring(
System.Int32 startCharIndex,
System.Int32 charCount
)
Parameters
- startCharIndex
- The zero-based starting character position of a substring in this instance.
- charCount
- The number of characters in the substring.
Return Value
A string that is equivalent to the substring of length length that begins at startIndex in this instance, or Empty if startIndex is equal to the length of this instance and length is zero.