FilterableValueProvider.IsDoubleValueSupported
Description:
Determines whether the provide can provide a double-precision numeric value for the given element.
Determines whether the provide can provide a double-precision numeric value for the given element.
public bool IsDoubleValueSupported(
Element element
)
-
elementThe element to query.
Return Value
bool
True if the provider can return a double-precision numeric value for the given element, false otherwise.
-
A non-optional argument was NULL