ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.VBFunctionLib Assembly / GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace / Conversion Class / CStr Method / CStr(Single) Method
The float value to convert.

In This Topic
    CStr(Single) Method
    In This Topic
    Converts a float value to its equivalent string representation.
    Syntax
    'Declaration
     
    Public Overloads Shared Function CStr( _
       ByVal value As Single _
    ) As String
    public static string CStr( 
       float value
    )

    Parameters

    value
    The float value to convert.

    Return Value

    A string representation of the float value.
    See Also