M_Iota_Lib_CSharp_Api_Utils_Converter_ToBytes - iotaledger-archive/iota.lib.csharp GitHub Wiki
Converts the specified trits to trytes
Namespace: Iota.Lib.CSharp.Api.Utils
Assembly: IotaApi (in IotaApi.dll) Version: 0.9.0.24212 (1.0.0.0)
C#
public static byte[] ToBytes(
int[] trits
)
- trits
- Type: System.Int32[]
The trits.
Type: Byte[]
Converter Class
ToBytes Overload
Iota.Lib.CSharp.Api.Utils Namespace