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
Syntaxprotected internal string ByteArrayToBinaryString(
byte[] secret
)
Protected Friend Function ByteArrayToBinaryString (
secret As Byte()
) As String
Parameters
- secret
- Type: SystemByte
The secret.
Return Value
Type:
StringA string of ones and zeros
See Also