Supported sizeof() Types

image_pdfimage_print
   
 


Expression           Result

sizeof(sbyte)        1

sizeof(byte)         1

sizeof(short)        2

sizeof(ushort)       2

sizeof(int)          4

sizeof(uint)         4

sizeof(long)         8

sizeof(ulong)        8

sizeof(char)         2

sizeof(float)        4

sizeof(double)       8

sizeof(bool)         1