C
Chuck
Is there a function of somesort that lets me convert from
Common language runtime type to the Vb.net type.
for example:
System.SByte (none)
System.Int16 Short
System.Int32 Integer
System.Int64 Long
I would like a function that inputs the clr and outputs
the vb.
Common language runtime type to the Vb.net type.
for example:
System.SByte (none)
System.Int16 Short
System.Int32 Integer
System.Int64 Long
I would like a function that inputs the clr and outputs
the vb.