Clear VB
allows you to replace outdated VB6-style coding style in your VB.NET
code.
Clear VB
also allows you to standardize formatting and some of the ambiguities of VB code and
to explicitly specify modifiers that VB allows you to omit. In
addition, Clear VB
allows replacement of many VisualBasic namespace methods with the equivalent
.NET Framework methods.
Details
- Handles all versions of VB.NET code (2002,
2003, 2005, and 2008)
- Allows reformatting of leading white space
- Allows replacement of many VB string
functions with .NET methods
- Allows replacement of many VB date functions
with .NET methods
- Removes extremely outdated constructs that
can still exist in VB.NET, such as type specifiers (e.g., Dim
ThisString$), the 'Call' keyword, and 'REM' comments
- Adds default access modifiers where omitted
- Allows replacement of non-short-circuiting
logical operators ('And' & 'Or') with short-circuiting operators ('AndAlso'
& 'OrElse')
- Allows you to choose where to place array
specifiers (after the variable name or after the type in variable
and parameter declarations)
- Allows replacement of single-line 'If'
statements with 'If' blocks
- Replaces multi-statement lines with
single-statement lines
- Replaces multi-variable declaration
statements with single-variable declarations
- Replaces outdated "function name assignment"
with explicit return statements
- Option to replace 'Declare' API declarations
with .NET shared method style
- Adds 'Object' to declarations where the type
is omitted
- Allows replacement of 'MsgBox' with the .NET
equivalent 'MessageBox.Show'
- Allows replacement of the numerous VB newline
constants with the single .NET equivalent 'Environment.NewLine'
- Generates optional 'alerts' to certain
conditions
- Accurate even with poorly formatted VB.NET
code
Key Benefits
- Accurate - the underlying parsing logic is
similar to that used in our well-known .NET language converters
- Each type of modification can be turned on or
off
- Original VB.NET code is backed up if saving
to an existing file
- Modifies unlimited-length VB.NET code snippets
and files
- Includes FREE updates for one year
- Includes FREE technical support for one year
- Includes a 15 day, no-risk, money back
guarantee
- Extremely responsive, personalized customer
support
- Exceptional price
- Easy to use
- Excellent adjustment tool for those recently
upgrading to
VB.NET from VB6
- True zero-impact install - just a single exe
and help file
Pricing & Ordering
To purchase Clear
VB for $59, click
here.
Demo
Would you like to see
Clear VB in
action? We have a Demo Edition available which allows
modifications of up to 50 lines at a time in addition to offering sample code
modifications. To download the Demo Edition of Clear VB, click
here.
|