Exemple #1
0
 public static string ShortCodeRand(this string value, string addKey = "")
 {
     return(value.ShortCodeIndex(RandomHelper.GetRandomNumber(0, 4), addKey));
 }
Exemple #2
0
 public static string CreateShortUrlRand(this string url, string addKey = "")
 {
     return(url.CreateShortUrlIndex(RandomHelper.GetRandomNumber(0, 4), addKey));
 }