robotManager.Helpful Namespace
wManager.Wow.Helpers Namespace
WRobot

Others..::..ToUtf8 Method (array<Byte>[]()[][])

Converts to utf8.

Namespace:  robotManager.Helpful
Assembly:  robotManager (in robotManager.dll)

Syntax


public static string ToUtf8(
	byte[] bytes
)
Public Shared Function ToUtf8 ( _
	bytes As Byte() _
) As String
public:
static String^ ToUtf8(
	array<unsigned char^>^ bytes
)

Parameters

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

Return Value

System.String.