Click or drag to resize

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
public bool IsValid(
	Object value
)

Parameters

value
Type: SystemObject
Value.

Return Value

Type: Boolean
true if this instance is valid the specified value; otherwise, false.
See Also