K
kerberoz
whats the equivalent following ControlChars.Lf, ControlChars.Cr,
ControlChars.CrLf code in vb.net
ControlChars.CrLf code in vb.net
I hope this helps?whats the equivalent following ControlChars.Lf, ControlChars.Cr,
ControlChars.CrLf code in vb.net
kerberoz said:whats the equivalent following ControlChars.Lf, ControlChars.Cr,
ControlChars.CrLf code in vb.net
* "kerberoz said:whats the equivalent following ControlChars.Lf, ControlChars.Cr,
ControlChars.CrLf code in vb.net
ControlChars.Lf, ControlChars.Cr,
ControlChars.CrLf
Microsoft.VisualBasic.Compatibility out of theVB.NET is a .NET language, Microsoft.VisualBasic is VB.NET's helper
functions, ergo Microsoft.VisualBasic is .NET.
. Over the course of time, I slowly Refactor
* "kerberoz said:ok here is what i mean..... ControlChars needs an imports to the
Microsoft.VisualBasic namespace... what i need to know is what the
equivalent of this in pure .NET symantics?