Skip to content

Latest commit

 

History

History
35 lines (33 loc) · 2.44 KB

File metadata and controls

35 lines (33 loc) · 2.44 KB
title Modules (Visual Basic)
ms.date 07/20/2015
ms.prod .net
ms.technology
devlang-visual-basic
ms.topic article
helpviewer_keywords
modules, Visual Basic
ms.assetid 370bfc90-e8f2-4942-bdec-9897ce605d31
caps.latest.revision 11
author dotnet-bot
ms.author dotnetcontent

Modules (Visual Basic)

[!INCLUDEvbprvb] provides several modules that enable you to simplify common tasks in your code, including manipulating strings, performing mathematical calculations, getting system information, performing file and directory operations, and so on. The following table lists the modules provided by [!INCLUDEvbprvb].

xref:Microsoft.VisualBasic.Constants Contains miscellaneous constants. These constants can be used anywhere in your code.
xref:Microsoft.VisualBasic.ControlChars Contains constant control characters for printing and displaying text.
xref:Microsoft.VisualBasic.Conversion Contains members that convert decimal numbers to other bases, numbers to strings, strings to numbers, and one data type to another.
xref:Microsoft.VisualBasic.DateAndTime Contains members that get the current date or time, perform date calculations, return a date or time, set the date or time, or time the duration of a process.
xref:Microsoft.VisualBasic.ErrObject Contains information about run-time errors and methods to raise or clear an error.
xref:Microsoft.VisualBasic.FileSystem Contains members that perform file, directory or folder, and system operations.
xref:Microsoft.VisualBasic.Financial Contains procedures that are used to perform financial calculations.
xref:Microsoft.VisualBasic.Globals Contains information about the current scripting engine version.
xref:Microsoft.VisualBasic.Information Contains the members that return, test for, or verify information such as array size, type names, and so on.
xref:Microsoft.VisualBasic.Interaction Contains members interact with objects, applications, and systems.
xref:Microsoft.VisualBasic.Strings Contains members that perform string operations such as reformatting strings, searching a string, getting the length of a string, and so on.
xref:Microsoft.VisualBasic.VBMath Contains members perform mathematical operations.

See Also

Visual Basic Language Reference
Visual Basic