Not logged in - Login


View History
R
e
q
u
e
s
t

a

d
e
m
o

API Reference: IP Address Dynamic

{TOC}

"IP Address Dynamic" API

API function

.NET:

HushHush.MaskingLogic.SSRS.Mask.IPDynamic(string data)

Expected input

data: Valid IPv4 or IPv6

Expected output

Common IP of the same format as input (nvarchar(MAX))

Error handling

Returns an empty string when passing empty or NULL value.

Example

.NET:

HushHush.MaskingLogic.SSRS.Mask.IPDynamic(“127.0.0.1”)

Download a Trial