The DisGUISE C# class library

PhoneBook.LookupByNumber Method 

Query the cache by phone number.

public PhoneBookEntry LookupByNumber(
   string number
);

Parameters

number
The phone number to search for.

Return Value

The entry matching the supplied phone number, or, if no match can be found, null.

See Also

PhoneBook Class | DisGUISE.Phone Namespace