ObeTools 1.4.9
.NET Standard 2.1
dotnet add package ObeTools --version 1.4.9
NuGet\Install-Package ObeTools -Version 1.4.9
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ObeTools" Version="1.4.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ObeTools --version 1.4.9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ObeTools, 1.4.9"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ObeTools as a Cake Addin
#addin nuget:?package=ObeTools&version=1.4.9
// Install ObeTools as a Cake Tool
#tool nuget:?package=ObeTools&version=1.4.9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
ObeTools
C# .net standard library to help any developer in his project. It contains my hole experience (which 8+ years) to optimize and collect what I need for every project that I create.
It has many static classes:
- 1 ⇒ EncryptHasher: Handle encryption/decryption and hashing methods
- 2 ⇒ ExcelHelper: Create/read excel file with modren design (.xlsx)
- 3 ⇒ Logger: Nice and simple thread safe text logger
- 4 ⇒ TLVEncoding: Tag length value encoding helper (support UTF8)
- 5 ⇒ VATHelper: Calculate VAT taxes
- 6 ⇒ FileHelper: Get information about files from content base64
- 7 ⇒ NumberHelper: Convert number to words, also Round double ex: if x=2.55455444; so round(x,2) ⇒2.55
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.1 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.1
- EPPlus (>= 5.8.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
1.4.9 | 166 | 12/11/2022 | |
1.4.8 | 152 | 12/5/2022 | |
1.4.7 | 169 | 11/24/2022 | |
1.4.6 | 193 | 11/10/2022 | |
1.4.5 | 246 | 10/12/2022 | |
1.4.4 | 255 | 10/10/2022 | |
1.4.3 | 265 | 10/2/2022 | |
1.4.2 | 252 | 9/26/2022 | |
1.4.1 | 305 | 9/21/2022 | |
1.4.0 | 275 | 9/12/2022 | |
1.3.9 | 272 | 9/11/2022 | |
1.3.8 | 281 | 9/11/2022 | |
1.3.7 | 275 | 9/11/2022 | |
1.3.6 | 287 | 8/22/2022 | |
1.3.5 | 306 | 7/11/2022 | |
1.3.4 | 282 | 6/13/2022 | |
1.3.3 | 294 | 6/9/2022 | |
1.3.2 | 322 | 2/15/2022 | |
1.3.1 | 310 | 2/15/2022 | |
1.3.0 | 326 | 2/1/2022 | |
1.2.9 | 324 | 1/25/2022 | |
1.2.8 | 301 | 1/25/2022 | |
1.2.7 | 307 | 1/25/2022 | |
1.2.6 | 190 | 1/9/2022 | |
1.2.5 | 193 | 1/5/2022 | |
1.2.4 | 205 | 1/5/2022 | |
1.2.3 | 209 | 1/3/2022 | |
1.2.2 | 214 | 12/23/2021 | |
1.2.1 | 207 | 12/21/2021 | |
1.2.0 | 210 | 12/20/2021 | |
1.0.0 | 215 | 12/20/2021 |
Fix number to words issue (آلاف)