Share via


INSTextFinderClient.GetString(UIntPtr, NSRange, Boolean) Method

Definition

[Foundation.Export("stringAtIndex:effectiveRange:endsWithSearchBoundary:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string GetString(UIntPtr index, out Foundation.NSRange effectiveRange, bool endsWithSearchBoundary);
[<Foundation.Export("stringAtIndex:effectiveRange:endsWithSearchBoundary:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetString : unativeint * NSRange * bool -> string
override this.GetString : unativeint * NSRange * bool -> string

Parameters

index
UIntPtr

unativeint

effectiveRange
NSRange
endsWithSearchBoundary
Boolean

Returns

Attributes

Applies to