Qus:    Intrinsic types which are not CLS Compliant in .net framework?
Nov 23, 2020 20:51 DotNet 2 Answers Views: 1462 DIVYA

he following data types are not CLS-compliant:



SByte Data Type



UInteger Data Type



ULong Data Type



UShort Data Type

Prev Next
Answers (2)
PARTH Nov 24, 2020 14:16
Answer:   The following data types are not CLS-compliant:

SByte Data Type

UInteger Data Type

ULong Data Type

UShort Data Type

RAMU Nov 24, 2020 14:39
Answer:   The following intrinsic types are not CLS-Compliant.
SByte – 8-bit signed integer data type, TypedReference – Pointer to an object and its runtime type, Uint16 – 16-bit unsigned integer, Uint32 – 32-bit unsigned integer, Uint64 – 64-bit unsigned integer, UintPtr – Unsigned pointer or handle.le.

Post Your Answer
Guest User

Not sure what solution is right for you?

Choose the right one for you.
Get the help of the experts and find a solution that best suits your needs.


Let`s Connect