Skip to contents

Convert string to double considering given decimal sign in input string

Usage

hsStringToDouble(strDbl, dec = ".")

Arguments

strDbl

character string representing a double value

dec

decimal character (default: ".")

Value

double representation of input string strDbl