unbinary()

Data / Conversion

Description

Converts a binary string to an integer.

Syntax

int unbinary(std::string s)

Parameters

NameTypeDescription
sstd::stringbinary string

Returns

int

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...