API Data Masking Components
API Reference
API Data Masking Components
Open Navigation Article
CountryCode API
API function
.NET:
HushHush.MaskingLogic.SSRS.Mask.CountryRandom(string data)
Expected input
Data: Valid Country name or Code (based on ISO 3166)
Expected output
Valid Country Name or Code (based on ISO 3166) string (nvarchar(MAX))
Error handling
Returns an empty string when passing empty or NULL value.
Example
.NET:
HushHush.MaskingLogic.SSRS.Mask.CountryRandom("France")
×
API Reference: Country Code
API Reference: Country Code
- 1. CountryCode API
- 1.1 API function
- 1.2 Expected input
- 1.3 Expected output
- 1.4 Error handling
- 1.5 Example
API Data Masking Components
API Reference