Modifier

DebugConvert.StringToPrintable(String) Method

Definition

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:
 virtual System::String ^ StringToPrintable(System::String ^ source);
public string StringToPrintable (string source);
abstract member StringToPrintable : string -> string
override this.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.

Implements

Applies to

See also