Function Blam::Converters::BytesToString

Function Documentation

std::string Blam::Converters::BytesToString(void *bytes, int bytes_length)

Converts a series of bytes to a string.

Return

The string representation of the bytes.

Parameters
  • bytes: - Start address of the bytes to read.

  • bytes_length: - The number of bytes to read.