![]() |
VOOZH | about |
dotnet add package InnerDrive.Financial --version 5.3.1498
NuGet\Install-Package InnerDrive.Financial -Version 5.3.1498
<PackageReference Include="InnerDrive.Financial" Version="5.3.1498" />
<PackageVersion Include="InnerDrive.Financial" Version="5.3.1498" />Directory.Packages.props
<PackageReference Include="InnerDrive.Financial" />Project file
paket add InnerDrive.Financial --version 5.3.1498
#r "nuget: InnerDrive.Financial, 5.3.1498"
#:package InnerDrive.Financial@5.3.1498
#addin nuget:?package=InnerDrive.Financial&version=5.3.1498Install as a Cake Addin
#tool nuget:?package=InnerDrive.Financial&version=5.3.1498Install as a Cake Tool
The Inner Drive Extensible Architecture implements common .NET development situations including time zones, money, measurements and conversions, and Microsoft Azure features.
The package supports common money and currency use cases, including:
Money structure with full numeric interface supportThis package runs on .NET 10, with a dependency on InnerDrive.Core.
The Inner Drive Technology website has a full SDK and example code. We also have a demo weather site that uses all the IDEA components.
This code snippet gives you some idea how easy it is to use the Money structure:
var money = 1000; // US$1,000.00
decimal[] allocation = [3M, 2M, 1M];
var list = money.Allocate(allocation); // List contains [$500.00, $333.33, $166.67]
var pounds = new Money(1000, new GBPound()); // �1000.00
double poundValue = pounds; // Implicit operator
decimal poundDecimal = pounds; // Implicit operator
var conversion = 1.3M; // USD to GBP
var usDollar = new USDollar();
var gbPound = new GBPound();
usDollar.SetConversion(gbPound, conversion);
var converted = pounds.ConvertTo(usDollar); // $1,300
Comments or questions?
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 5.3.1498 | 0 | 6/18/2026 |
| 5.3.1495 | 45 | 6/17/2026 |
| 5.3.1263 | 362 | 11/21/2025 |
| 5.2.1247.1 | 229 | 10/12/2025 |
| 5.2.1235.1 | 213 | 10/5/2025 |
| 5.2.1076.1 | 231 | 2/14/2025 |
| 5.2.989.1 | 221 | 11/2/2024 |
| 5.2.938.1 | 230 | 9/7/2024 |
| 5.1.926.1 | 207 | 9/2/2024 |
| 5.1.871.1 | 193 | 6/6/2024 |
| 5.1.854.1 | 213 | 5/21/2024 |
| 5.1.844.1 | 230 | 3/27/2024 |
| 5.0.826.1 | 306 | 1/6/2024 |
| 5.0.816.1 | 286 | 12/24/2023 |
| 5.0.801.1 | 285 | 11/26/2023 |
| 5.0.777.1 | 249 | 9/28/2023 |
No changes since previous version