M_Iota_Lib_CSharp_Api_Utils_Converter_GetTrits - iotaledger-archive/iota.lib.csharp GitHub Wiki
Gets the trits from the specified bytes and stores it into the provided trits array
Namespace: Iota.Lib.CSharp.Api.Utils
Assembly: IotaApi (in IotaApi.dll) Version: 0.9.0.24212 (1.0.0.0)
C#
public static void GetTrits(
sbyte[] bytes,
int[] trits
)
- bytes
- Type: System.SByte[]
The bytes. - trits
- Type: System.Int32[]
The trits.