Skip to content

ConvertToNumber Function

Nilesh Ghodekar edited this page Jan 8, 2016 · 2 revisions

Syntax

int ConvertToNumber(value:string) / int ConvertToNumber(value:boolean)

Description

Converts a string or a boolean value to a number.

Remarks

If the input value is null, an exception is thrown.

Supported Version

2.14.611.0 and later

Examples

"U"+Add([//WorkflowData/InitialSeed],ConvertToNumber([//UniquenessKey]))

Clone this wiki locally