## correlation.correlation_id_from_str()

<span id="hexkit.correlation.correlation_id_from_str"></span>


Convert a string to a UUID4.


Usage

``` python
correlation.correlation_id_from_str(correlation_id)
```


## Raises


`InvalidCorrelationIdError`  
If the string is not a valid UUID4.
