check_val
Description:
Checks whether val is a valid user data value.
This means, value is not null, not too large and valid UTF-8.
Parameters:
| val |
the value to check |
Returns:
|
true if |
Checks whether val is a valid user data value.
This means, value is not null, not too large and valid UTF-8.
| val |
the value to check |
|
true if |