has_prefix
Description:
public bool has_prefix (
string prefix)
Check whether the object id has a given prefix.
Note that the prefix is specified in hexadecimal ASCII.
Parameters:
this |
a OId.
|
prefix |
a prefix.
|
Returns:
true if the id has the given prefix, false otherwise.
|