Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Models.Attributes.SSNValidationAttribute.GetDisplay Method

Returns a formatted user-displayable social security number (including spaces, parentheses, etc.)

Class: YetaWF.Core.Models.Attributes.SSNValidationAttribute
Namespace: YetaWF.Core.Models.Attributes
Assembly: YetaWF.Core

Syntax

public static string? GetDisplay( string ssn );

Parameters

ssn

The social security number to format.

Return Value

Returns a formatted user-displayable social security number.

See Also YetaWF.Core.Models.Attributes.SSNValidationAttribute ClassYetaWF.Core Overview