RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

SelectQuery..::..BoolToString Method

Bools to string.

Namespace:  RingSoft.DbLookup.QueryBuilder
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public static string BoolToString(
	bool value
)
Public Shared Function BoolToString ( _
	value As Boolean _
) As String
public:
static String^ BoolToString(
	bool^ value
)

Parameters

value
Type: Boolean
if set to true [value].

Return Value

System.String.