Skip to contents

Get integer value from text (negative values not supported).

Usage

text_to_integer(text)

Arguments

text

A string.

Value

An integer

Note

This function has been auto-generated from the following Raylib function definition:

int TextToInteger(const char *text);