M_Iota_Lib_CSharp_Api_Utils_IotaUnitConverter_ConvertUnits - iotaledger-archive/iota.lib.csharp GitHub Wiki
Convert the iota amount
Namespace: Iota.Lib.CSharp.Api.Utils
Assembly: IotaApi (in IotaApi.dll) Version: 0.9.0.24212 (1.0.0.0)
C#
public static double ConvertUnits(
long amount,
IotaUnits fromUnit,
IotaUnits toUnit
)
- amount
- Type: System.Int64
amount - fromUnit
- Type: Iota.Lib.CSharp.Api.Utils.IotaUnits
the source unit e.g. the unit of amount - toUnit
- Type: Iota.Lib.CSharp.Api.Utils.IotaUnits
the target unit
Type: Double
the specified amount in the target unit