Struct AadhaarValue
Represents a validated Indian Aadhaar number.
public readonly struct AadhaarValue
- Inherited Members
Constructors
AadhaarValue(string)
Creates a new AadhaarValue.
public AadhaarValue(string value)
Parameters
valuestring
Properties
Value
Gets the normalized Aadhaar string.
public string Value { get; }
Property Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.