Skip to content

string_to_f32

Declaration

string_to_f32 :: fn (str: string, count := -1) f32

Description

Convert first count characters from string to f32.

Arguments

  • str Float as string.
  • count Count of characters to be converted.

Result

Converted float value.

Declared in: string.bl