Float.TryParse
Returns an Float converted from a string. It also returns whether the conversion was successful.
Properties
Property Name | Description |
---|---|
String | String to convert |
Success | Returns whether the conversion was successful. |
Result | Output result |