Example #1
0
 public static bool apiResultChar(out char buffer, string result, ushort rset)
 {
     return(_apiInternal.apiResultChar(out buffer, result, rset));
 }