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