public static NonSwitchBoolean Parse(
ReadOnlySpan<char> value
)
Public Shared Function Parse (
value As ReadOnlySpan(Of Char)
) As NonSwitchBoolean
Dim value As ReadOnlySpan(Of Char)
Dim returnValue As NonSwitchBoolean
returnValue = NonSwitchBoolean.Parse(value)
public:
static NonSwitchBoolean Parse(
ReadOnlySpan<wchar_t> value
)
This method uses the BooleanParse(ReadOnlySpanChar) method to perform the conversion.
ArgumentNullException | value is . |
FormatException | value is not a valid boolean value. |