e
q
u
e
s
t
a
d
e
m
o < back
API Reference: US Phone Nu Dynamic
{TOC}
"US Phone Nu Dynamic" API
API function
.NET:
HushHush.MaskingLogic.SSRS.Mask.UsaPhoneDynamic(string data)
Expected input
data:Data: numeric USA Phone (can contain separators). Length without separators from- 910 to 15 digits.digits
Expected output
Generic USA Phone of the same format as input (nvarchar(MAX))
Error handling
Returns an empty string when passing empty or NULL value.
Fails on digits count less than 9 or more than 1510
Example
.NET: HushHush.MaskingLogic.SSRS.Mask.UsaPhoneDynamic(“898.456.4456”)