SecretBinaryStringToByteArray Method |
Converts a binary string (i.e. a string of ones and zeros) to a byte array
Namespace:
Zyrenth.Zora
Assembly:
ZoraSharp (in ZoraSharp.dll) Version: 2.3
Syntaxprotected internal byte[] BinaryStringToByteArray(
string data
)
Protected Friend Function BinaryStringToByteArray (
data As String
) As Byte()
Parameters
- data
- Type: SystemString
The binary string
Return Value
Type:
ByteA byte array that the string represents
See Also