CStr
sResult = CStr ( Expression AS Variant ) AS String
sResult = CString ( Expression AS Variant ) AS String
Converts an expression into a string.
Be careful! The current localization is not used by this function.
Examples
PRINT CStr(-1972)
PRINT CStr(Now)
PRINT CStr(Pi)
See also