ConvertBytesToUnicode Method
|
Namespace: mtapi.mt5Assembly: mt5api (in mt5api.dll) Version: 5.3677.1.2
Syntax public static string ToUnicode(
byte[] bytes
)
Public Shared Function ToUnicode (
bytes As Byte()
) As String
public:
static String^ ToUnicode(
array<unsigned char>^ bytes
)
static member ToUnicode :
bytes : byte[] -> string
Parameters
- bytes Byte
-
Return Value
StringSee Also