IDebugConvert.StringToPrintable(String) Method

Definition

When implemented in a class, converts the specified String to a String that contains escape characters for non-printable characters.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 System::String ^ StringToPrintable(System::String ^ source);
public string StringToPrintable (string source);
abstract member StringToPrintable : string -> string
Public Function StringToPrintable (source As String) As String

Parameters

source
String

The value to convert.

Returns

The string representation of source that contains escape characters.

Applies to

See also