Skip to content
This repository has been archived by the owner on Jul 27, 2021. It is now read-only.

M_Iota_Lib_CSharp_Api_Utils_InputValidator_CheckAddress

saniro edited this page Feb 16, 2017 · 1 revision

InputValidator.CheckAddress Method

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)

Syntax

C#

public static void CheckAddress(
	string address
)

Parameters

 

address
Type: System.String
address to check

Exceptions

 

Exception Condition
InvalidAddressException exception which is thrown when the address is invalid

See Also

Reference

InputValidator Class
Iota.Lib.CSharp.Api.Utils Namespace

Clone this wiki locally