Is \t CLS compliant?

94 Views Asked by At

I am trying to gradually migrate my VB Dot Net code to use only CLS compliant language elements so that the eventual switch to C# is less painful.

Currently, I am using Microsoft.VisualBasic.vbTab and am looking for the CLS equivalent.

Thanks.

0

There are 0 best solutions below