Article ID: 325961 - Last Review: December 11, 2006 - Revision: 2.3 How to call Visual Basic .NET run-time library members from Visual C#This article was previously published under Q325961 On This PageSUMMARY
This step-by-step article describes how to use the members that are provided by the Microsoft Visual Basic .NET run-time library in a Visual C# application. Add a Reference to the Visual Basic .NET Run-Time Library
Sample CodeYou can now use members of the Visual Basic .NET run-time library in Visual C#. The following code demonstrates how to use the IsNumeric function, which is a member of the Microsoft.VisualBasic.Information class:REFERENCES
For additional information about Visual Basic .NET run-time library functions, methods, and properties, see "Visual Basic Run-Time Library Members" in the Microsoft Visual Studio .NET documentation.
| Article Translations
|

Back to the top
