public static NonSwitchBoolean Parse(
string value
)Public Shared Function Parse (
value As String
) As NonSwitchBoolean
Dim value As String
Dim returnValue As NonSwitchBoolean
returnValue = NonSwitchBoolean.Parse(value)public:
static NonSwitchBoolean Parse(
String^ value
)This method uses the BooleanParse(String) method to perform the conversion.
| ArgumentNullException | value is . |
| FormatException | value is not a valid boolean value. |