M_Iota_Lib_CSharp_Api_Utils_Checksum_IsValidChecksum - iotaledger-archive/iota.lib.csharp GitHub Wiki
Determines whether the specified address with checksum has a valid checksum.
Namespace: Iota.Lib.CSharp.Api.Utils
Assembly: IotaApi (in IotaApi.dll) Version: 0.9.0.24212 (1.0.0.0)
C#
public static bool IsValidChecksum(
this string addressWithChecksum
)
- addressWithChecksum
- Type: System.String
The address with checksum.
Type: Booleantrue
if the specified address with checksum has a valid checksum [the specified address with checksum]; otherwise, false
.
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).