FolkerKinzel.Strings
4.4.0
dotnet add package FolkerKinzel.Strings --version 4.4.0
NuGet\Install-Package FolkerKinzel.Strings -Version 4.4.0
<PackageReference Include="FolkerKinzel.Strings" Version="4.4.0" />
paket add FolkerKinzel.Strings --version 4.4.0
#r "nuget: FolkerKinzel.Strings, 4.4.0"
// Install FolkerKinzel.Strings as a Cake Addin
#addin nuget:?package=FolkerKinzel.Strings&version=4.4.0
// Install FolkerKinzel.Strings as a Cake Tool
#tool nuget:?package=FolkerKinzel.Strings&version=4.4.0
- Extension methods, which help to write easier and cleaner code. Many of them are "Syntactic Sugar" that calls existing Framework methods and will (hopefully) be inlined. Some other fill gaps of the Framework.
- Extension methods, which act as Polyfills for .NET 5.0, .NET Standard 2.1, .NET Standard 2.0 and .NET Framework 4.5 in order to make it easier to support such older Framework versions in Multi Targeting Projects. (See the complete list.)
- Extension methods, which return identical
Int32
hashcodes for identicalChar
sequences each time the program runs. These hashcodes are a slim alternative to larger hash algorithms that is suitable for hashing short strings, which are not used in a security-critical context. - Useful helpers for the work with charsets and encodings.
// Publish this namespace to have useful extension methods,
// which enrich the existing methods of your runtime:
using FolkerKinzel.Strings;
// Publish this namespace for .NET Framework or .NET Standard
// build targets to have polyfills for .NET 6.0 methods.
// (It's not recommended to publish this namespace for
// .NET Core 3.1 build targets because some of the polyfills might produce
// conflicts with extension methods from System.MemoryExtensions.)
#if !NETCOREAPP3_1
using FolkerKinzel.Strings.Polyfills;
#endif
.
A detailed project reference is available in English and German:
IMPORTANT: On some systems, the content of the CHM file is blocked. Before opening the file right click on the file icon, select Properties, and check the "Allow" checkbox - if it is present - in the lower right corner of the General tab in the Properties dialog. .
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 | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.5
- System.Memory (>= 4.5.4)
-
.NETStandard 2.0
- System.Memory (>= 4.5.4)
- System.Text.Encoding.CodePages (>= 5.0.0)
-
.NETStandard 2.1
- System.Text.Encoding.CodePages (>= 6.0.0)
-
net5.0
- No dependencies.
-
net6.0
- No dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on FolkerKinzel.Strings:
Package | Downloads |
---|---|
FolkerKinzel.VCards
.NET library that allows to read, write and convert VCF files, which match the vCard standards 2.1, 3.0 and 4.0. |
|
FolkerKinzel.CsvTools
.NET library to read and write CSV files. |
|
FolkerKinzel.MimeTypes
.NET library that supports the work with Internet Media Types ("MIME Types"). |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.4.0 | 16,844 | 1/21/2022 |
4.3.0 | 326 | 1/20/2022 |
4.2.0 | 323 | 1/15/2022 |
4.1.0 | 3,045 | 12/24/2021 |
4.0.0 | 203 | 12/12/2021 |
3.3.0 | 1,223 | 10/27/2021 |
3.2.0 | 257 | 9/5/2021 |
3.2.0-beta.1 | 125 | 8/25/2021 |
3.1.0 | 234 | 8/11/2021 |
3.1.0-beta.1 | 121 | 8/9/2021 |
3.0.0 | 256 | 8/6/2021 |
3.0.0-beta.2 | 129 | 8/4/2021 |
3.0.0-beta | 150 | 7/27/2021 |
2.0.0 | 277 | 6/30/2021 |
1.2.0 | 247 | 2/13/2021 |
1.1.0 | 447 | 7/5/2020 |