ONIXLabs DotNET Library 11.2.0
We are excited to announce the release of ONIXLabs .NET Library version 11.2.0, now available on NuGet.
Core Updates
The following extension methods have been added to System.String
:
NthIndexOf
find the nth index of achar
orstring
within the currentstring
value.SubstringBeforeNth
obtains the sub-string before the nth index of the specifiedchar
orstring
value.SubstringAfterNth
obtains the sub-string after the nth index of the specifiedchar
orstring
value.
Security.Cryptography Updates
Hash
and Salt
structs now include a Length
property that obtains their length in bytes.