Utility.Formatting
1.1.1
See the version list below for details.
dotnet add package Utility.Formatting --version 1.1.1
NuGet\Install-Package Utility.Formatting -Version 1.1.1
<PackageReference Include="Utility.Formatting" Version="1.1.1" />
<PackageVersion Include="Utility.Formatting" Version="1.1.1" />
<PackageReference Include="Utility.Formatting" />
paket add Utility.Formatting --version 1.1.1
#r "nuget: Utility.Formatting, 1.1.1"
#:package Utility.Formatting@1.1.1
#addin nuget:?package=Utility.Formatting&version=1.1.1
#tool nuget:?package=Utility.Formatting&version=1.1.1
This .dll can be used to help you format variables without having to do the work of formatting them yourself.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 is compatible. net452 is compatible. net46 is compatible. net461 is compatible. net462 is compatible. net463 was computed. net47 is compatible. net471 is compatible. net472 is compatible. net48 is compatible. net481 was computed. |
-
.NETFramework 4.0
- No dependencies.
-
.NETFramework 4.5
- No dependencies.
-
.NETFramework 4.5.1
- No dependencies.
-
.NETFramework 4.5.2
- No dependencies.
-
.NETFramework 4.6
- No dependencies.
-
.NETFramework 4.6.1
- No dependencies.
-
.NETFramework 4.6.2
- No dependencies.
-
.NETFramework 4.7
- No dependencies.
-
.NETFramework 4.7.1
- No dependencies.
-
.NETFramework 4.7.2
- No dependencies.
-
.NETFramework 4.8
- No dependencies.
-
net5.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Utility.Formatting:
Package | Downloads |
---|---|
Utility.FileSystem.Logging
A simple libary used to log data to the file system. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
1.2.3 | 187 | 2/14/2024 |
1.2.2 | 172 | 12/14/2023 |
1.2.1.1 | 148 | 12/13/2023 |
1.2.1 | 156 | 12/13/2023 |
1.2.0 | 160 | 12/12/2023 |
1.1.9 | 492 | 6/2/2021 |
1.1.8 | 408 | 6/1/2021 |
1.1.7 | 412 | 5/13/2021 |
1.1.6 | 396 | 4/29/2021 |
1.1.5 | 411 | 4/27/2021 |
1.1.4 | 427 | 4/23/2021 |
1.1.3 | 389 | 4/17/2021 |
1.1.2 | 414 | 4/15/2021 |
1.1.1 | 422 | 4/7/2021 |
1.0.7 | 450 | 4/5/2021 |
1.0.6 | 421 | 4/5/2021 |
1.0.5 | 440 | 4/5/2021 |
1.0.4 | 426 | 4/5/2021 |
1.0.3 | 1,517 | 3/1/2018 |
1.0.2 | 1,718 | 2/15/2018 |
* Rewrote code base from Visual Basic to C#.
* Added UTC Date options to the Formatting.SwitchPlaceHolder4ActualValue method.
* Added Numberic2Boolean Function.
* Added SwitchNumberic4Boolean Function.
* Corrected an issue with XML.CDataValue Function.
* Added additional catch for a number 1 or 0 being sent into the String2Value.IsBoolean Function.
* Changed the isNumeric to use Int64 instead of Int32 to allow for bigger numbers.