M_Iota_Lib_CSharp_Api_Utils_InputValidator_CheckAddress - iotaledger-archive/iota.lib.csharp GitHub Wiki
Checks whether the specified address is an address and throws and exception if the address is invalid
Namespace: Iota.Lib.CSharp.Api.Utils
Assembly: IotaApi (in IotaApi.dll) Version: 0.9.0.24212 (1.0.0.0)
C#
public static void CheckAddress(
string address
)
- address
- Type: System.String
address to check
Exception | Condition |
---|---|
InvalidAddressException | exception which is thrown when the address is invalid |