Click or drag to resize

StringAddress Methods

The StringAddress type exposes the following members.

Methods
  NameDescription
Public methodEquals(IAddress)
Determines whether the address equals the current address.
Public methodEquals(Object)
Determines whether the specified address equals the current address.
(Overrides ObjectEquals(Object).)
Public methodEquals(StringAddress)
Determines whether the address equals the current address.
Public methodGetDataType
Returns the type defined by this address.
Public methodGetHashCode
Computes a hash code for this address.
(Overrides ObjectGetHashCode.)
Public methodToString
Returns a string representation of the current address.
(Overrides ObjectToString.)
Top
Extension Methods
  NameDescription
Public Extension MethodGetDataType
Returns the type defined by this address.
(Defined by AddressExtensions.)
Public Extension MethodToString(Type)Overloaded.
Return string representation using the format for asAddressType.
(Defined by AddressExtensions.)
Public Extension MethodToStringTOverloaded.
Return string representation using the format for T.
(Defined by AddressExtensions.)
Top
See Also