VB - McMaster University

The VB.NET data types are wrappers for the corresponding BCL data type. Strings. As you may know, in VB 6, strings were implemented as a data type known as the BSTR. A BSTR is a pointer to a character array that is preceded by a 4-byte long specifying the length of the array. In VB.NET, strings are implemented as objects of the . String class ................
................