| TypeConverterIsValid Method (Object) | 
 
            Determines whether this instance is valid the specified value.
            
 
    Namespace: 
   Eto
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic bool IsValid(
	Object value
)
Public Function IsValid ( 
	value As Object
) As Boolean
member IsValid : 
        value : Object -> bool 
Parameters
- value
- Type: SystemObject
 Value.
Return Value
Type: 
Booleantrue if this instance is valid the specified value; otherwise, 
false.
 See Also
See Also