Not logged in - Login


R
e
q
u
e
s
t

a

d
e
m
o
< back

API Reference: Email Dynamic

{TOC}

"Email Dynamic" API

API function

<.API.NET: function:

HushHush.MaskingLogic.SSRS.Mask.Email(string xxxxx(xxx,xxx,xxx)>data, bool encodeServer)

Expected input

<.expecteddata: input:Valid dataemail type,value rule,(separated sample>by @; contains only letters and digits after last dot) preserveServer/encodeServer: 0 or false to not mask domain; 1 or true to mask domain

Expected output

<.expectedGeneric output:Email data type, rule, sample>(nvarchar(MAX))

Error handling

<.errorReturns handling>an empty string when passing empty or NULL value. Fails on invalid state/province name or code

Example

<.example>.NET:

In

HushHush.MaskingLogic.SSRS.Mask.Email(“virginia@mask-me.net”, .net

In SSRS


true)

Download a Trial