cnet

AsString method of cnet::Bytes

The AsString method returns a string that represents all the bytes that are stored (e.g “[0xFF,0xFF]”)

Syntax

std::string AsString();

Return value

A string that contains the bytes representation