Click or drag to resize

ConvertBytes Class

Convert byte array to strings.
Inheritance Hierarchy
SystemObject
  TradingAPI.MT4ServerConvertBytes

Namespace:  TradingAPI.MT4Server
Assembly:  MT4ServerApi (in MT4ServerApi.dll) Version: 4.6.1.8
Syntax
public class ConvertBytes

The ConvertBytes type exposes the following members.

Constructors
  NameDescription
Public methodConvertBytes
Initializes a new instance of the ConvertBytes class
Top
Methods
  NameDescription
Public methodStatic membertoAscii
Convert to ASCII string.
Public methodStatic membertoHex
Convert to HEX string.
Top
See Also