RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

ExtensionMethods..::..ToBool Method

Converts to bool.

Namespace:  RingSoft.DataEntryControls.Engine
Assembly:  RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)

Syntax


public static bool ToBool(
	this string value
)
<ExtensionAttribute> _
Public Shared Function ToBool ( _
	value As String _
) As Boolean
[ExtensionAttribute]
public:
static bool^ ToBool(
	String^ value
)

Parameters

value
Type: String
The value.

Return Value

true if XXXX, false otherwise.