M_Iota_Lib_CSharp_Api_Utils_Converter_CopyTrits_1 - iotaledger-archive/iota.lib.csharp GitHub Wiki
Copies the trits from the input string into the destination array
Namespace: Iota.Lib.CSharp.Api.Utils
Assembly: IotaApi (in IotaApi.dll) Version: 0.9.0.24212 (1.0.0.0)
C#
public static int[] CopyTrits(
string input,
int[] destination
)
- input
- Type: System.String
The input string - destination
- Type: System.Int32[]
The destination array.
Type: Int32[]
Converter Class
CopyTrits Overload
Iota.Lib.CSharp.Api.Utils Namespace