Click or drag to resize

SecretByteArrayToBinaryString Method

Converts a byte array to a string representation of ones and zeros

Namespace:  Zyrenth.Zora
Assembly:  ZoraSharp (in ZoraSharp.dll) Version: 2.3
Syntax
protected internal string ByteArrayToBinaryString(
	byte[] secret
)

Parameters

secret
Type: SystemByte
The secret.

Return Value

Type: String
A string of ones and zeros
See Also