double

Returns double given a string value.

Example

Convert “49.98” from string type to double.

double("49.98")

Syntax

double(string expr str)
  • str : string to convert

    Returns

    double

Notes

Function double returns a string expression from a double.


© Incorta, Inc. All Rights Reserved.