StringConverterTryParse(String, Boolean) Method
Tries to convert the specified string to its System.Boolean equivalent.
Namespace: Common.Wpf.ConvertersAssembly: Common.Wpf.Resources (in Common.Wpf.Resources.dll) Version: 2.0.6
public static bool TryParse(
ref string value,
out bool result
)
- value String
- A string containing the value to convert.
- result Boolean
- If the conversion succeeded, contains the value.
Boolean if value was converted successfully.