Visual Basic Language Reference  

Returns for CStr

The following table describes the return values for CStr under different expression types:

If expression type is CStr returns
Boolean A string containing "True" or "False".
Date A string containing a Date value (date and time) in the short date format of your system.
Numeric A string representing the number.

See Also

Type Conversion Functions