Convert a string to a byte array

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

Syntax

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

Parameters

value
Type: System..::..String

See Also