Do you use Microsoft.VisualBasic.dll for Visual Basic.NET projects?

Updated by Brady Stroud [SSW] 1 year ago. See history

123
<introEmbed body={<> The Microsoft.VisualBasic library is provided to ease the implementation of the VB.NET language itself. For VB.NET, it provides some methods familiar to the VB developers and can be seen as a helper library. It is a core part of the .NET redistribution and maps common VB syntax to framework equivalents, without it some of the code may seem foreign to VB programmers. </>} />
Microsoft.VisualBasic.NET Framework
CInt, CStrConvert.ToInt(...), ToString()
vbCrLfEnvironment.NewLine, or "\r\n"
MsgBoxMessageBox.Show(...)

Acknowledgements

Adam Cogan
Ryan Tee
Related rules

Need help?

SSW Consulting has over 30 years of experience developing awesome software solutions.

We open source.Loving SSW Rules? Star us on GitHub. Star