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_RemoveChecksum

saniro edited this page Feb 16, 2017 · 1 revision

Checksum.RemoveChecksum Method

Removes the checksum from the specified address with checksum

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 RemoveChecksum(
	this string addressWithChecksum
)

Parameters

 

addressWithChecksum
Type: System.String
The address with checksum.

Return Value

Type: String
the specified address without checksum

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type String. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

Exceptions

 

Exception Condition
InvalidAddressException is thrown when the specified address is not an address with checksum

See Also

Reference

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

Clone this wiki locally