[ Version ( since = "1.30" ) ]
public static bool check_val (string? val) throws Error
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 |