IsValidBSN

The IsValidBSN() function checks whether the input parameter has a valid BSN format (Dutch social security number).

This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.

Syntax

IsValidBSN(text)

IsValidBSN("123456782") 👍Result: True

IsValidBSN("123456789") 👎Result: False

Parameters

Name
Type
Required
Description

text

text

☑️

BSN number to be validated.

Last updated

Was this helpful?