Method | Description | |
---|---|---|
Create ( string phoneNumber ) : |
||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
ToString ( ) : string | ||
TryCreate ( string phoneNumber, |
Method | Description | |
---|---|---|
Equals ( |
Method | Description | |
---|---|---|
PhoneNumber ( string phoneNumber ) : System |
public static Create ( string phoneNumber ) : |
||
phoneNumber | string | |
return |
protected Equals ( |
||
other | ||
return | bool |
public static TryCreate ( string phoneNumber, |
||
phoneNumber | string | |
result | ||
failureReason | string | |
return | bool |