FilterableValueProvider.IsIntegerValueSupported
Method
Description:
Determines whether the provide can provide an integer value for the given element.
Determines whether the provide can provide an integer value for the given element.
Parameters
| Parameter | Type | Description |
|---|---|---|
| element | Element | The element to query. |
Return Value
| Type | Description |
|---|---|
| Boolean | True if the provider can return an integer value for the given element, false otherwise. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |