Method Common.ConvertDoubleToString
Converts Double into String valueUsage
Function ZAP.Common.ConvertDoubleToString (
Double DoubleValue
)
Parameters
DoubleValue
Type: Double
Double Parameter
Returns
String value
Example
VBScript
stringValue = Zap.Common.ConvertDoubleToString(99.99)
JavaScript
var stringValue = Zap.Common.ConvertDoubleToString(99.99);
Comment
Convert value to string and save it to variable parameter