Last updated 2 years ago
Was this helpful?
The IsValidBTW() function checks whether the input parameter is a valid VATIN format.
IsValidBTW()
This function is NOT SQL compatible. For more information about SQL compatibility, see our .
Note: this function only works for VATIN from the Netherlands
Returns true if text is indeed a valid VATIN.
true
Returns false if text is not a valid VATIN.
false
IsValidBTW(
text
)
IsValidBTW("NL111222333B01") => True
IsValidBTW("NL111222333B01")
IsValidBTW("12345678900") => False
IsValidBTW("12345678900")
BTW number to be validated.