Method Substring
Substring(int)
Retrieves a subword from this instance. The subword starts at a specified letter position and continues to the end of the string.
public Word Substring(int startIndex)
Parameters
startIndexint
Returns
Substring(int, int)
Retrieves a substring from this instance. The substring starts at a specified character position and has a specified length.
public Word Substring(int startIndex, int count)