DEVFYI - Developer Resource - FYI

What is the size of the variant data type?

Visual Basic Interview Questions and Answers


(Continued from previous question...)

25. What is the size of the variant data type?

The Variant data type has a numeric storage size of 16 bytes and can contain data up to the range of a Decimal, or a character storage size of 22 bytes (plus string length),and can store any character text.

(Continued on next question...)

Other Interview Questions