Click or drag to resize

ConvertBytestoHex Method

Convert to HEX string.

Namespace:  TradingAPI.MT4Server
Assembly:  MT4ServerApi (in MT4ServerApi.dll) Version: 4.6.1.8
Syntax
public static string toHex(
	byte[] bytes
)

Parameters

bytes
Type: SystemByte

Return Value

Type: String
See Also