Migrates from VBScript Data Type to C#

ASP2ASPX can migrate from the VBScript Data Type to C#.

Please see following table that lists the VBScript and C# Data Type:

VBScript Data Type C#
Empty0 or ""
Nothingnull
Null System.DBNull.Value
Boolean bool
Byte byte
Integer int
Currency decimal
Long long
Singlefloat
Doubledouble
Date (Time)System.DateTime
StringString
ObjectObject
ErrorException
VariantObject