[ Version ( since = "0.2.0" ) ]
public bool metadata_key_validate (KeyID key, Value value)
Validates value
content complies with the key specification.
That is, it has the expected type, and value are within the range specified in key (for integer values).
this |
the registry instance |
key |
a metadata key |
value |
value to be validate |
true if complies |