boolToString


Description:

public static string boolToString (bool b)

Converts bool to string.

Parameters:

b

source value.

Returns:

"true" or "false".