M_Iota_Lib_CSharp_Api_Utils_InputValidator_IsTrytes - iotaledger-archive/iota.lib.csharp GitHub Wiki
Determines whether the specified string contains only characters from the trytes alphabet (see TryteAlphabet)
Namespace: Iota.Lib.CSharp.Api.Utils
Assembly: IotaApi (in IotaApi.dll) Version: 0.9.0.24212 (1.0.0.0)
C#
public static bool IsTrytes(
string trytes,
int length
)
- trytes
- Type: System.String
The trytes. - length
- Type: System.Int32
The length.
Type: Booleantrue
if the specified trytes are trytes otherwise, false
.