in csharp/core/ArrayUtil.cs [57:61]
public static List<string> AscSort(List<string> raw) { raw.Sort(); return raw; }