Пример #1
0
 public static string Space(this String val)
 {
     return(StringUtil.AddSpaceIfNotEmpty(val));
 }