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

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

    Parameters

    value
    The decimal value to convert.

    Return Value

    A string representation of the decimal value.
    See Also