M_Iota_Lib_CSharp_Api_Utils_Converter_ToTrytes_1 - iotaledger-archive/iota.lib.csharp GitHub Wiki
Converts the trits array to a trytes string
Namespace: Iota.Lib.CSharp.Api.Utils
Assembly: IotaApi (in IotaApi.dll) Version: 0.9.0.24212 (1.0.0.0)
C#
public static string ToTrytes(
int[] trits,
int offset,
int size
)
- trits
- Type: System.Int32[]
The trits. - offset
- Type: System.Int32
The offset from which copying is started. - size
- Type: System.Int32
The size.
Type: String
a trytes string
Converter Class
ToTrytes Overload
Iota.Lib.CSharp.Api.Utils Namespace