Ejemplo n.º 1
0
 public static bool apiResultText(out string buffer, string result, ushort rset, string format)
 {
     return(_apiInternal.apiResultText(out buffer, result, rset, format));
 }