<Code Lib>
2021 Method
Changes 0
M

FilterableValueProvider.IsIntegerValueSupported

Description:
Determines whether the provide can provide an integer value for the given element.

public bool IsIntegerValueSupported(
	Element element
)

Return Value bool True if the provider can return an integer value for the given element, false otherwise.

Loading…