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

In This Topic
    CStr(Double) Method
    In This Topic
    Converts a double-precision floating-point number to its equivalent string representation.
    Syntax
    'Declaration
     
    Public Overloads Shared Function CStr( _
       ByVal value As Double _
    ) As String
    public static string CStr( 
       double value
    )

    Parameters

    value
    The double value to convert.

    Return Value

    A string representation of the double value.
    See Also