Method ToSingle
ToSingle(string)
Converts a string to a Single.
public static float ToSingle(string value)Parameters
- valuestring
- The value. 
Returns
- float
- A Single. 
Converts a string to a Single.
public static float ToSingle(string value)value stringThe value.
A Single.