Example #1
0
 public static StringMap ParseStringMap(this string s, char delim)
 {
     return(StringMap.CreateFromLine(s, delim));
 }