IDebugConvert.BooleanToString(Boolean) Method

Definition

When implemented in a class, converts the specified Boolean value to a String.

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

public:
 System::String ^ BooleanToString(bool value);
public string BooleanToString (bool value);
abstract member BooleanToString : bool -> string
Public Function BooleanToString (value As Boolean) As String

Parameters

value
Boolean

The value to convert.

Returns

The literal string "true" or the literal string "false".

Applies to

See also