Function that converts an expression into a String.
Syntax CStr(expression)
Dim strDemo
strDemo = CStr("8 St James Street")
PowerShell equivalent:
$demo = 64
$demo = [string] $demo
“People have a peculiar pleasure in making converts, that is, in causing others to enjoy what they enjoy, thus finding their own likeness represented and reflected back to them” ~ Johann Wolfgang von Goethe
CBool - Convert to boolean.
CByte - Convert to byte.
CDate - Convert to Date.
CInt - Convert to Integer (number).
UCase - Uppercase String