M_Iota_Lib_CSharp_Api_Utils_Checksum_IsValidChecksum - iotaledger-archive/iota.lib.csharp GitHub Wiki

Checksum.IsValidChecksum Method

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)

Syntax

C#

public static bool IsValidChecksum(
	this string addressWithChecksum
)

Parameters

 

addressWithChecksum
Type: System.String
The address with checksum.

Return Value

Type: Boolean
true if the specified address with checksum has a valid checksum [the specified address with checksum]; otherwise, false.

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).

See Also

Reference

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

⚠️ **GitHub.com Fallback** ⚠️