Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
12.1
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
Statistic
FMM
Blog
Converts a text to a number.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Math | 2.9 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example | Flags |
---|---|---|---|
text | Some text value where you want to get the number back. | "123.456" | |
detect | Pass 1 to detect comma vs. dot and interpret number right. | 1 | Optional |
Returns number.
Detect that number has dot as decimal divider and read number:
MBS("Math.TextToNumber"; "123,456.789"; 1)
Detect that number has comma as decimal divider and read number:
MBS("Math.TextToNumber"; "123.456,789"; 1)
This function is free to use.
Created 18th August 2014, last changed 16th March 2015