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