Method TfStringToDouble
TfStringToDouble(string)
Declaration
public static double TfStringToDouble(string txt)
Parameters
Type | Name | Description |
---|---|---|
string | txt |
Returns
Type | Description |
---|---|
double |
TfStringToDouble(string, int)
Declaration
public static double TfStringToDouble(string text, int len)
Parameters
Type | Name | Description |
---|---|---|
string | text | |
int | len |
Returns
Type | Description |
---|---|
double |