Click or drag to resize

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
Syntax
protected internal byte[] BinaryStringToByteArray(
	string data
)

Parameters

data
Type: SystemString
The binary string

Return Value

Type: Byte
A byte array that the string represents
See Also