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

InputValidator.IsNinesTrytes Method

Determines whether the specified string consist only of '9'.

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 IsNinesTrytes(
	string trytes,
	int length
)

Parameters

 

trytes
Type: System.String
The trytes.
length
Type: System.Int32
The length.

Return Value

Type: Boolean
true if the specified string consist only of '9'; otherwise, false.

See Also

Reference

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

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