M_Iota_Lib_CSharp_Api_Utils_InputValidator_IsAddress - iotaledger-archive/iota.lib.csharp GitHub Wiki
Determines whether the specified string is an adrdress.
Namespace: Iota.Lib.CSharp.Api.Utils
Assembly: IotaApi (in IotaApi.dll) Version: 0.9.0.24212 (1.0.0.0)
C#
public static bool IsAddress(
string address
)
- address
- Type: System.String
The address.
Type: Booleantrue
if the specified string is an address; otherwise, false
.