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

M_Iota_Lib_CSharp_Api_Utils_Checksum_AddChecksum

saniro edited this page Feb 16, 2017 · 1 revision

Checksum.AddChecksum Method

Adds the checksum to the specified address

Namespace: Iota.Lib.CSharp.Api.Utils
Assembly: IotaApi (in IotaApi.dll) Version: 0.9.0.24212 (1.0.0.0)

Syntax

C#

public static string AddChecksum(
	string address
)

Parameters

 

address
Type: System.String
An address without checksum

Return Value

Type: String
The address with the appended checksum

Exceptions

 

Exception Condition
InvalidAddressException is thrown when an invalid address is provided

See Also

Reference

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

Clone this wiki locally