Skip to contents

Get float value from text.

Usage

text_to_float(text)

Arguments

text

A string.

Value

A number

Note

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

float TextToFloat(const char * text);

Examples

if (FALSE) {
text_to_float("Hello")
}