M_Iota_Lib_CSharp_Api_Utils_Converter_ToTritsString - iotaledger-archive/iota.lib.csharp GitHub Wiki
Converts the specified trinary encoded string into trits
Namespace: Iota.Lib.CSharp.Api.Utils
Assembly: IotaApi (in IotaApi.dll) Version: 0.9.0.24212 (1.0.0.0)
C#
public static int[] ToTritsString(
string trytes
)
- trytes
- Type: System.String
The trytes.
Type: Int32[]