DoubleField.ValueToString
protected string ValueToString(double v);
Parameters
| v | The double to be converted to string. |
Returns
string The double as string.
Description 描述
Converts the given double to a string.
| v | The double to be converted to string. |
string The double as string.
Converts the given double to a string.