uuid_validate_string
Description:
[
Version ( replacement =
"Uuid.validate_string" , since =
"0.78" ) ]
public bool uuid_validate_string (
string str,
ssize_t len,
UuidFormat fmt)
Checks whether str is a valid string representation of an UUID.
Parameters:
| str |
a string
|
| len |
the length of str, or -1 is str is NUL terminated
|
| fmt |
a UuidFormat
|
Returns:
|
true iff str is a valid string representation
|