Skip to main content
Version: v0.19.0-alpha 🚧

StringToDouble

Alias:StringToDouble, ToDouble

Output:SCLDouble

Converts a string to a double

ParameterTypeRequiredPositionSummary
Double
String
string✔1The string to convert to an integer

Examples​

SCL​

StringToDouble '123.45'

Expected Output​

123.45