Beispiel #1
0
 public static string toNativeString(IWorker val)
 {
     //xxx doesn't work with client implementations of String
     return StringUtil.stringFromCodePoints(
     Client_String.unwrap(val.breed(stdn_String)));
 }