StringAddress Methods |
The StringAddress type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals(IAddress) |
Determines whether the address equals the current address.
| |
| Equals(Object) |
Determines whether the specified address equals the current address.
(Overrides ObjectEquals(Object).) | |
| Equals(StringAddress) |
Determines whether the address equals the current address.
| |
| GetDataType |
Returns the type defined by this address.
| |
| GetHashCode |
Computes a hash code for this address.
(Overrides ObjectGetHashCode.) | |
| ToString |
Returns a string representation of the current address.
(Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| GetDataType |
Returns the type defined by this address.
(Defined by AddressExtensions.) | |
| ToString(Type) | Overloaded.
Return string representation using the format for asAddressType.
(Defined by AddressExtensions.) | |
| ToStringT | Overloaded.
Return string representation using the format for T.
(Defined by AddressExtensions.) |