Show / Hide Table of Contents

Class ISN_CNPhoneNumber

An immutable object representing a phone number for a contact.

Inheritance
System.Object
ISN_CNPhoneNumber
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SA.iOS.Contacts
Assembly: cs.temp.dll.dll
Syntax
public class ISN_CNPhoneNumber

Properties

CountryCode

Gets the phone number country code.

Declaration
public string CountryCode { get; }
Property Value
Type Description
System.String

Digits

Gets the phone number without country code.

Declaration
public string Digits { get; }
Property Value
Type Description
System.String

FullNumber

Full phone number including Country Code and Digits

Declaration
public string FullNumber { get; }
Property Value
Type Description
System.String
In This Article
Back to top Generated by DocFX