Checks if the given ID is a valid 4-character hexadecimal value.
poolId - The connection pool ID to validate.
poolId
Returns true if the ID is valid, false otherwise.
true
false
bool isValidId(String poolId);