Migrates from VBScript Functions to VB.NET

ASP2ASPX can convert VBScript Functions to VB.NET automatically. Please see following table that lists VBScript and VB.NET functions:

VBScript 5.6 Functions VB.NET Functions or managed code
AbsMath.Abs
ArrayNew Object() { }
Asc, AscB, AscWAsc
AtnMath.Atan
CBoolCBool
CByteCByte
CCurCDec
CDateCDate
CDblCDbl
ChrChr
CIntCInt
CLngCLng
CosMath.Cos
CreateObjectCreateObject or New Instance in .NET
DateToday
DateAddDateAdd
DateDiffDateDiff
DatePartDatePart
DateSerialDateSerial
DateValueDateValue
DayDay
Eval(Does not support)
ExpMath.Exp
FilterFilter
FixFix
FormatCurrencyFormatCurrency
FormatDateTimeFormatDateTime
FormatNumberFormatNumber
GetLocaleSession.LCID
GetObjectGetObject
GetRef(Does not support)
HexHex
HourHour
InputBoxInputBox
InStr, InstrBInStr
InStrRevInStrRev
IntInt
IsArrayIsArray
IsDateIsDate
IsEmptyIsEmpty
IsNullIsDBNull
IsNumericIsNumeric
IsObject*
JoinJoin
LBoundLBound
LCaseLCase
Left, LeftBLeft
Len, LenBLen
LoadPictureLoadPicture
LogMath.Log
LTrimLTrim
Mid, MidBMid
MinuteMinute
MonthMonth
MonthNameMonthName
MsgBoxMsgBox
NowNow
OctOct
ReplaceReplace
RGBRGB
Right, RightBRight
RndRnd
RoundMath.Round
RTrimRTrim
ScriptEngine*
ScriptEngineBuildVersion*
ScriptEngineMajorVersion*
ScriptEngineMinorVersion*
SecondSecond
SetLocale*
SgnMath.Sign
SinMath.Sin
SpaceSpace
SplitSplit
SqrMath.Sqrt
StrCompStrComp
StringNew String()
StrReverseStrReverse
TanMath.Tan
TimeTimeOfDay
TimerVB.Timer
TimeSerialTimeSerial
TimeValueTimeValue
TrimTrim
TypeNameTypeName
UBoundUBound
UCaseUCase
VarTypeVarType
WeekdayWeekday
WeekdayNameWeekdayName
YearYear