Skip to content
This repository was archived by the owner on Jul 27, 2021. It is now read-only.

M_Iota_Lib_CSharp_Api_Utils_Converter_GetTrits

saniro edited this page Feb 16, 2017 · 1 revision

Converter.GetTrits Method

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)

Syntax

C#

public static void GetTrits(
	sbyte[] bytes,
	int[] trits
)

Parameters

 

bytes
Type: System.SByte[]
The bytes.
trits
Type: System.Int32[]
The trits.

See Also

Reference

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

Clone this wiki locally