User`s guide
294 VEE User’s Guide
7 Using .NET with VEE
System.Char Object You can use a System.Convert.To* method to convert
it to a .NET data type that VEE can convert
automatically, e.g., ToInt32().
System.DateTime Object See
examples\dotnet\DateTime.vee.
System.Decimal Object You can use a System.Convert.To* method to convert
it to a .NET data type that VEE can convert
automatically, e.g., ToInt32(). If the value does not fit
in an Int32, an error 751 will occur indicating a
System.OverflowException. The System.Decimal
structure itself also provides a number of conversion
methods.
System.Double Real64
System.Enum Object See
examples\dotnet\FileInfo.vee.
System.Int16 Int16
System.Int32 Int32
System.Int64 Object You can use a System.Convert.To* method to convert
it to a .NET data type that VEE can convert
automatically, e.g., ToInt32(). If the value does not fit
in an Int32, an error 751 will occur indicating a
System.OverlfowException.
System.SByte Object You can use a System.Convert.To* method to convert
it to a .NET data type that VEE can convert
automatically, e.g., ToInt16().
System.Single Real32