M_Iota_Lib_CSharp_Api_Utils_Converter_ToBytes_1 - iotaledger-archive/iota.lib.csharp GitHub Wiki
Converts the specified trits array to bytes
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,
int offset,
int size
)
- trits
- Type: System.Int32[]
The trits. - offset
- Type: System.Int32
The offset to start from. - size
- Type: System.Int32
The size.
Type: Byte[]
Converter Class
ToBytes Overload
Iota.Lib.CSharp.Api.Utils Namespace