In This Topic
Returns the size in bits, given the data type. The data type must be one defined in this class. An
System.ArgumentException is thrown if is not defined in this class.
Syntax
'Declaration
Public Shared Function getSize( _
ByVal As Integer _
) As Integer
public static int getSize(
int
)
Parameters
- type
- The data type.
Return Value
The size in bits of the data type.
See Also