'Usage
Dim scheme As String Dim value As Boolean value = UriUtilities.IsValidScheme(scheme)
Parameters
- scheme
- The URI scheme to be tested.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
The value of this parameter cannot be null
(Nothing
in Visual Basic).
'Usage
Dim scheme As String Dim value As Boolean value = UriUtilities.IsValidScheme(scheme)
The value of this parameter cannot be null
(Nothing
in Visual Basic).
This method checks if the provided scheme name adheres to the syntax rules for schemes as defined by the URI standard. It does not check if the scheme is supported by the application or any underlying system.