Converts binary data into a string representation based on the Windows 1252 encoding.

Name Description
DataToTrace(byte[]) Converts binary data into a string representation based on the Windows 1252 encoding.
DataToTrace(byte[], int, int) Converts binary data into an ASCII string representation. Unprintable characters are replaced by dots.