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

M_Iota_Lib_CSharp_Api_Utils_Converter_ToTryteValue

saniro edited this page Feb 16, 2017 · 1 revision

Converter.ToTryteValue Method

Converts the specified trits array to trytes in integer representation

Namespace: Iota.Lib.CSharp.Api.Utils
Assembly: IotaApi (in IotaApi.dll) Version: 0.9.0.24212 (1.0.0.0)

Syntax

C#

public static int ToTryteValue(
	int[] trits,
	int offset
)

Parameters

 

trits
Type: System.Int32[]
The trits.
offset
Type: System.Int32
The offset.

Return Value

Type: Int32
trytes in integer representation

See Also

Reference

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

Clone this wiki locally