This abstract class defines the operations that can be before on a NULL terminated string.
Definition String.h:40
bool bufferToViewer(const void *binaryData, int len, Cpl::Text::String &destString, int bytesPerLine=16, const char *separator=" ", bool upperCase=true, bool appendToString=false)
This method converts the binary buffer to a single string that is the ASCII HEX followed by 'separato...
bool bufferToAsciiBinary(const void *binaryData, int len, Cpl::Text::String &destString, bool appendToString=false, bool reverse=false)
This method converts the binary buffer to a single string that is ASCII BINARY.
bool formatPrecisionTimeStamp(Cpl::Text::String &buffer, Cpl::System::ElapsedTime::Precision_T timeStamp, bool encodeDay=true, bool appendToString=false)
This method converts the Cpl::System::ElapsedTime::Precision_T value of time into a string with the f...
bool bufferToString(const void *buffer, int len, Cpl::Text::String &destString, bool appendToString=false)
This method will take a raw data buffer and convert it to an 'viewable' string.
bool formatSecTimeStamp(Cpl::Text::String &buffer, unsigned long long timeStampInSecs, bool encodeDay=true, bool appendToString=false)
This method converts the binary second count of 'timeStampInSecs' to a string with the following form...
bool formatMsecTimeStamp(Cpl::Text::String &buffer, unsigned long long timeStampInMsecs, bool encodeDay=true, bool appendToString=false)
This method converts the binary millisecond count of 'timeStampInMsecs' to a string with the followin...
bool bufferToAsciiHex(const void *binaryData, int len, Cpl::Text::String &destString, bool upperCase=true, bool appendToString=false, char separator='\0')
This method will convert a binary buffer to 'ASCII HEX', e.g.