Exemple #1
0
 public static string InternationalPhone()
 {
     return(StringFaker.Randomize("+##-(0)####-####-####"));
 }
Exemple #2
0
 public static string Phone()
 {
     return(StringFaker.Randomize("###-###-#####"));
 }
Exemple #3
0
 static public string PostCode()
 {
     return(StringFaker.Randomize("????? ##").ToUpper());
 }