Example #1
0
 public static string UrlSafeName(this object toGetName)
 {
     return(CamelcaseToDashes(toGetName.ActualType().Name));
 }