ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.VBFunctionLib Assembly / GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace / Conversion Class / CStr Method

In This Topic
    CStr Method
    In This Topic
    Converts a boolean value to its equivalent string representation.
    Overload List
    OverloadDescription
    Converts a boolean value to its equivalent string representation.  
    Converts a char value to its equivalent string representation.  
    Converts an integer value to its equivalent string representation.  
    Converts an unsigned integer (uint) value to its equivalent string representation.  
    Converts a long integer value to its equivalent string representation.  
    Converts an unsigned long (ulong) value to its equivalent string representation.  
    Converts a float value to its equivalent string representation.  
    Converts a double-precision floating-point number to its equivalent string representation.  
    Converts a DateTime value to its equivalent string representation.  
    Converts a decimal value to its equivalent string representation.  
    Converts an object to its equivalent string representation.  
    See Also