The following table shows the mapping between RDMI argument types and .NET argument types:
RDMI Type
.NET Type
String
String, string
Boolean
Bool, Boolean
Date
DateTime
Double
Double, double
Long Integer
Int32, int, long
Binary Object
Byte[], byte[]
Variable
Object[]
Only those .NET types listed above are supported in the communication between USoft and .NET.
See also
DotNet (.NET) components