unhex()

Data / Conversion

Description

Converts a hexadecimal string to an integer.

Syntax

int unhex(std::string s)

Parameters

NameTypeDescription
sstd::stringhex string

Returns

int

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...