Not logged in - Login


View History
R
e
q
u
e
s
t

a

d
e
m
o

API Reference: Full Name Info

{TOC}

"Full Name Info" API

API function

.NET: HushHush.MaskingLogic.SSRS.Mask.FullNameRandom(string data)

Expected input

Data: Any non-empty string

Expected output

Common Full Name ([First Name] [Middle Initials] [Last Name]) (nvarchar(MAX))

Error handling

Returns an empty string when passing empty or NULL value.

Example

.NET: HushHush.MaskingLogic.SSRS.Mask.FullNameRandom(“Max J. Smith”)

Download a Trial