vb.net - CStr() Str() .ToString() - Stack Overflow
CStr is a keyword, whereas ToString is a function (method). CStr is compiled inline and it creates code depending on the type of the passed object. It's mainly there for people being used to it from previous VB versions. I don't use CStr in .Net anymore (...