Returns True if the supplied value is a valid URI.
Syntax
ISValidation.IsValidUri(value, [message], [scheme], [allowBlank])
Parameters
| Name | Type | Optional | ByRef | Description |
| value |
String |
|
|
The URI to check. |
| message |
String |
Optional |
ByRef |
If the Uri is not valid, this provide the reason. |
| scheme |
String |
Optional |
ByRef |
If the URI is valid and well formed (as per RFC 2396 and RFC 2732), this returns the scheme converted to lower case. e.g. http or https or ftp. |
| allowBlank |
Boolean |
Optional |
|
If True, blank values will be reported as valid.
If omitted, a value of False is assumed. |
Return Value
Boolean
- Member of:
- ISValidation
- Namespace:
- Intersoft.ISRuntime6
- Assembly:
- ISRuntime6, Version=6.0.3
- Target Framework:
- .NET 9.0