sevnpy.str_is_float

sevnpy.utility.utility.str_is_float(param: str) bool[source]

This function check if the input parameter can be transformed to a float number

Parameters:

param (str) – The string to check

Returns:

result – True if the input string can be transformed to a float, False otherwise

Return type:

bool