Soenneker.Extensions.Arrays.Bytes
4.0.64
Prefix Reserved
See the version list below for details.
dotnet add package Soenneker.Extensions.Arrays.Bytes --version 4.0.64
NuGet\Install-Package Soenneker.Extensions.Arrays.Bytes -Version 4.0.64
<PackageReference Include="Soenneker.Extensions.Arrays.Bytes" Version="4.0.64" />
<PackageVersion Include="Soenneker.Extensions.Arrays.Bytes" Version="4.0.64" />
<PackageReference Include="Soenneker.Extensions.Arrays.Bytes" />
paket add Soenneker.Extensions.Arrays.Bytes --version 4.0.64
#r "nuget: Soenneker.Extensions.Arrays.Bytes, 4.0.64"
#:package Soenneker.Extensions.Arrays.Bytes@4.0.64
#addin nuget:?package=Soenneker.Extensions.Arrays.Bytes&version=4.0.64
#tool nuget:?package=Soenneker.Extensions.Arrays.Bytes&version=4.0.64
Soenneker.Extensions.Arrays.Bytes
A collection of helpful byte[] extension methods.
Installation
dotnet add package Soenneker.Extensions.Arrays.Bytes
Quick start
using Soenneker.Extensions.Arrays.Bytes;
byte[] value = [1, 2, 3];
var result = value.ToStr();
Common operations
ToStr()- Converts the specified byte array to a UTF-8 encoded string. Returns a string representation of the byte array, decoded using UTF-8 encoding.ToHex()- Converts the bytes to an uppercase hexadecimal string with no separators.ToHexLower()- Converts the specified byte array to its lowercase hexadecimal string representation. Returns a string containing the lowercase hexadecimal representation of the input bytes. Returns an empty string if the array is empty.ToBase64String()- Converts the specified byte array to a Base64-encoded string. Returns a Base64-encoded string.ToStream()- Converts the byte array into aMemoryStream. Returns aMemoryStreamcontaining the byte array data.IsEmpty()- Determines whether the byte array is null or empty.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. 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. |
-
net10.0
- No dependencies.
NuGet packages (10)
Showing the top 5 NuGet packages that depend on Soenneker.Extensions.Arrays.Bytes:
| Package | Downloads |
|---|---|
|
Soenneker.Extensions.Generic
A collection of useful T (generic) extension methods |
|
|
Soenneker.Utils.SHA3
A utility library for SHA-3 hashing |
|
|
Soenneker.GitHub.Repositories.Secrets
Lists and manages GitHub Actions repository secrets |
|
|
Soenneker.Hashing.Blake3
A high-performance .NET library for BLAKE3 hashing and constant-time verification. Pure C# with optional SIMD acceleration (AVX2 on x64, NEON on ARM). |
|
|
Soenneker.NameCom.Client
Provides cached, authenticated HTTP clients for Name.com's production and test APIs. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.68 | 6,020 | 9/15/2026 |
| 4.0.67 | 12,967 | 9/12/2026 |
| 4.0.66 | 43,714 | 8/30/2026 |
| 4.0.65 | 494 | 8/29/2026 |
| 4.0.64 | 169 | 8/29/2026 |
| 4.0.63 | 12,177 | 8/25/2026 |
| 4.0.62 | 313,206 | 7/27/2026 |
| 4.0.61 | 181,931 | 7/16/2026 |
| 4.0.60 | 241,764 | 6/18/2026 |
| 4.0.59 | 177,272 | 6/9/2026 |
| 4.0.58 | 68,909 | 6/5/2026 |
| 4.0.57 | 131 | 6/5/2026 |
| 4.0.56 | 295,947 | 4/22/2026 |
| 4.0.55 | 259,267 | 3/12/2026 |
| 4.0.54 | 3,122 | 3/12/2026 |
| 4.0.53 | 144 | 3/12/2026 |
| 4.0.52 | 7,254 | 3/12/2026 |
| 4.0.51 | 91,357 | 3/10/2026 |
| 4.0.50 | 46,215 | 3/9/2026 |
| 4.0.49 | 155 | 3/9/2026 |
Improve README documentation