Implicit conversion warning

  • Thread starter Thread starter Jared
  • Start date Start date
J

Jared

Hi,

I keep getting warnings for cloning string arrays and arrays of objects.

Should this feature just be disabled? or is ther a correct way of copying
structure.
 
Jared,

String.Clone methods returns object. You need to cast it to string.
 
Back
Top