NLTokenizer.GetTokens(NSRange) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Tokenizes the specified range of text.
[Foundation.Export("tokensForRange:")]
public virtual Foundation.NSValue[] GetTokens (Foundation.NSRange range);
abstract member GetTokens : Foundation.NSRange -> Foundation.NSValue[]
override this.GetTokens : Foundation.NSRange -> Foundation.NSValue[]
Parameters
- range
- NSRange
The range for which to return all tokens.
Returns
NSValue[]
Tokens for the specified range.
- Attributes