Convert a byte array to a string

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

Syntax

C#
public static string DecodeString(
	byte[] bytes
)

Parameters

bytes
Type: array<System..::..Byte>[]()[][]

See Also