IsRequestSupported Method
Validates whether the NumberProviderRequest can be supported by the number provider.
Syntax
System.bool IsRequestSupported(
NumberProviderRequest request
)Function IsRequestSupported( _
ByVal request As NumberProviderRequest _
) As System.BooleanParameters
| Name | Description |
|---|---|
| request | Data required by the number provider in order to generate the request. |
Return Value
If true, the NumberProviderRequest is suppored. If false, the NumberProviderRequest is unsupported.