Table of Contents

Method Substring

Namespace
Gamelogic.Words
Assembly
Gamelogic.Words.dll

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

startIndex int

Returns

Word

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)

Parameters

startIndex int
count int

Returns

Word