Beispiel #1
0
 public static bool apiResultFormat(out int buffer, string result, ushort rset)
 {
     return(_apiInternal.apiResultFormat(out buffer, result, rset));
 }