<PackageReference Include="BouncyCastle.Cryptography" Version="2.2.1" />

Strings

public static class Strings
General string utilities.
public static string FromAsciiByteArray(byte[] bytes)

public static string FromByteArray(byte[] bs)

public static string FromUtf8ByteArray(byte[] bytes)

public static string FromUtf8ByteArray(byte[] bytes, int index, int count)

public static byte[] ToAsciiByteArray(char[] cs)

public static byte[] ToAsciiByteArray(string s)

public static byte[] ToByteArray(char[] cs)

public static byte[] ToByteArray(string s)

public static byte[] ToUtf8ByteArray(char[] cs)

public static byte[] ToUtf8ByteArray(string s)