unhex()
Data / ConversionDescription
Converts a hexadecimal string to an integer.
Syntax
int unhex(std::string s)
Parameters
| Name | Type | Description |
|---|---|---|
| s | std::string | hex string |
Returns
intRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...