ConvertBytestoAscii Method
|
Convert to ASCII string.
Namespace:
TradingAPI.MT4Server
Assembly:
MT4ServerApi (in MT4ServerApi.dll) Version: 4.6.1.8
Syntaxpublic 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
- Type: SystemByte
Return Value
Type:
String
See Also