Couple Questions

PaulColbert

New member
Joined
Aug 22, 2023
Messages
1
Programming Experience
Beginner
In VB.NET, what is considerate the 'proper' method for the following?
VB.NET:
'Force a new line
vbNewLine
Environment.NewLine
vbCrLf
ControlChars()
VB.NET:
'String Concatenation
+ or &
VB.NET:
'Converting a Type to String
CStr()
ToString()
CType()
DirectCast()
 
I answered these same questions at another site over two days before you posted them here and about four other people contributed too. I don't want to discourage people from using this site but it seems like you're all but ignoring the answers provided if you're still asking these same questions.
 
Back
Top