M_Iota_Lib_CSharp_Api_Utils_Checksum_RemoveChecksum - iotaledger-archive/iota.lib.csharp GitHub Wiki
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)
C#
public static string RemoveChecksum(
this string addressWithChecksum
)
- addressWithChecksum
- Type: System.String
The address with checksum.
Type: String
the specified address without checksum
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).
| Exception | Condition |
|---|---|
| InvalidAddressException | is thrown when the specified address is not an address with checksum |