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 Boolean.Parse(String) method to perform the conversion.
ArgumentNullException | value is null. |
FormatException | value is not a valid boolean value. |