Share via


NSTextCheckingResult.PhoneNumberCheckingResult(NSRange, String) Method

Definition

[Foundation.Export("phoneNumberCheckingResultWithRange:phoneNumber:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Foundation.NSTextCheckingResult PhoneNumberCheckingResult(Foundation.NSRange range, string phoneNumber);
[<Foundation.Export("phoneNumberCheckingResultWithRange:phoneNumber:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member PhoneNumberCheckingResult : Foundation.NSRange * string -> Foundation.NSTextCheckingResult

Parameters

range
NSRange
phoneNumber
String

Returns

Attributes

Applies to