DebugConvert.BooleanToString(Boolean) Method

Definition

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:
 virtual System::String ^ BooleanToString(bool value);
public string BooleanToString (bool value);
abstract member BooleanToString : bool -> string
override this.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".

Implements

Applies to

See also