M_Iota_Lib_CSharp_Api_Utils_Converter_ToBytes_1 - iotaledger-archive/iota.lib.csharp GitHub Wiki

Converter.ToBytes Method (Int32[], Int32, Int32)

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)

Syntax

C#

public static byte[] ToBytes(
	int[] trits,
	int offset,
	int size
)

Parameters

 

trits
Type: System.Int32[]
The trits.
offset
Type: System.Int32
The offset to start from.
size
Type: System.Int32
The size.

Return Value

Type: Byte[]

See Also

Reference

Converter Class
ToBytes Overload
Iota.Lib.CSharp.Api.Utils Namespace

⚠️ **GitHub.com Fallback** ⚠️