UriTypeConverter::IsValid Method (ITypeDescriptorContext^, Object^)
.NET Framework (current version)
Namespace:
System
Assembly: System (in System.dll)
Return to top
Assembly: System (in System.dll)
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
An ITypeDescriptorContext that provides a format context.
- value
-
Type:
System::Object^
The Object to test for validity.
Return Value
Type: System::Booleantrue if value is a Uri or a String from which a Uri can be created; otherwise, false.
.NET Framework
Available since 2.0
Available since 2.0
Show: