IsValidBTW
The IsValidBTW()
function checks whether the input parameter is a valid VATIN format.
This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.
Note: this function only works for VATIN from the Netherlands
Returns true
if text is indeed a valid VATIN.
Returns false
if text is not a valid VATIN.
Syntax
Parameters
Name | Type | Required | Description |
---|---|---|---|
| text | ☑️ | BTW number to be validated. |
Last updated