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