Converts a float value to its equivalent string representation.
'Declaration
Public Overloads Shared Function CStr( _
ByVal As Single _
) As String
public static string CStr(
float
)
Parameters
- value
- The float value to convert.
Return Value
A string representation of the float value.