Skip to main content
Version: v0.16.0

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