Non Compliance with CLS

  • Thread starter Thread starter Gary Coutts
  • Start date Start date
G

Gary Coutts

Hi,

Probably a silly question, but why is all Convert.ToInt(xx) methods stated
as CLS non compliant.


Cheers

gwc
 
Hi,

Certain overloads of this method are non CLS compliant as documented in
MSDN. These are probably overloads accepting arguments of non CLS compliant
types.
 
Back
Top