Click or drag to resize
Galactic API

AES256StringToBytes Method

Generates a byte representation of a string generated by BytesToString().

Namespace:  Galactic.Cryptography
Assembly:  Galactic.Cryptography (in Galactic.Cryptography.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public static byte[] StringToBytes(
	string text
)

Parameters

text
Type: SystemString
The string to convert.

Return Value

Type: Byte
A byte representation of the string, or any empty byte array if the string could not be successfully converted.
See Also