UITextField.TextInRange(UITextRange) 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.
A substring of text in the range
.
[Foundation.Export("textInRange:")]
public virtual string TextInRange (UIKit.UITextRange range);
abstract member TextInRange : UIKit.UITextRange -> string
override this.TextInRange : UIKit.UITextRange -> string
Parameters
- range
- UITextRange
A range of text.
Returns
Implements
- Attributes