---
title: "phoneNumberCheckingResult(range:phoneNumber:)"
framework: foundation
role: symbol
role_heading: Type Method
path: "foundation/nstextcheckingresult/phonenumbercheckingresult(range:phonenumber:)"
---

# phoneNumberCheckingResult(range:phoneNumber:)

Creates and returns a text checking result with the specified phone number.

## Declaration

```swift
class func phoneNumberCheckingResult(range: NSRange, phoneNumber: String) -> NSTextCheckingResult
```

## Parameters

- `range`: The range of the detected result.
- `phoneNumber`: The phone number.

## Return Value

Return Value Returns an NSTextCheckingResult with the specified range and a resultType of phoneNumber.

## See Also

### Text Checking Results for Phone Numbers

- [phoneNumber](foundation/nstextcheckingresult/phonenumber.md)
