StringConverterTryParse(String, Boolean) Method

Tries to convert the specified string to its System.Boolean equivalent.

Definition

Namespace: Common.Core.Converters
Assembly: Common.Core (in Common.Core.dll) Version: 2.1.5
C#
public static bool TryParse(
	ref string value,
	out bool result
)

Parameters

value  String
A string containing the value to convert.
result  Boolean
If the conversion succeeded, contains the value.

Return Value

Boolean
if value was converted successfully.

See Also