Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
NumberInformation.cs
2{
6 public class NumberInformation
7 {
11 public string? PersonalNumber;
12
18 public bool? IsValid;
19
23 public string? DisplayString;
24 }
25}
string? DisplayString
A string that can be displayed to a user, informing the user about the approximate format expected.
bool? IsValid
true = valid: PersonalNumber may be normalized. false = invalid null = scheme not applicable,...
string? PersonalNumber
String representation of the personal number.