Convert a string to a byte array

Namespace:  Janus
Assembly:  Janus (in Janus.dll)

Collapse imageSyntax

C#
public static byte[] EncodeString(
	string value
)

Parameters

value
Type: System..::..String

Collapse imageSee Also