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.0.1170.31 (4.0.1170.31)
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