binary()

Data / Conversion

Description

Converts an integer to a binary string representation (32 characters).

Syntax

std::string binary(int v)

Parameters

NameTypeDescription
vintvalue to convert

Returns

std::string

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...