Namespace: DSInternals.Win32.WebAuthn
Assembly: DSInternals.Win32.WebAuthn.dll
[Obsolete("In .NET 5+, use System.Convert.ToHexString instead.")]
public static class HexConverter
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
public static byte[] HexToBinary(this string hex)
hex
string
byte[]
public static byte[] HexToBinary(this string hex, int startIndex, int length)
hex
string
startIndex
int
length
int
byte[]
public static string ToHex(this byte[] bytes, bool caps = false)
bytes
byte[]
caps
bool