Property | Type | Description | |
---|---|---|---|
firstPartFirstNames | string[] | ||
firstPartLastNames | string[] | ||
secondPartFirstNames | string[] |
Method | Description | |
---|---|---|
GenerateNewName ( string name ) : string |
Generates the new name from ID.
|
|
IsIDCard ( string str ) : bool |
Determines if is string given is from an ID
|
public static GenerateNewName ( string name ) : string | ||
name | string | |
return | string |
public static IsIDCard ( string str ) : bool | ||
str | string | String. |
return | bool |
public static string[] firstPartFirstNames | ||
return | string[] |
public static string[] firstPartLastNames | ||
return | string[] |