Are all of these equal? Under what circumstances should I choose each over the others?
var.ToString()
CStr(var)
CType(var,
At one time, I remember seeing the MSDN library state to use CStr() because it was faster. I do not know if this is true though.