What's the difference about String

  • Thread starter Thread starter Ahan Hsieh
  • Start date Start date
A

Ahan Hsieh

Hi All:
Sometime I'll see
1. Console::WriteLine("Error");
or
2. Console::WriteLine(S"Error");

and what's the difference about add "S" literal or not ?

Regards. Ahan
 
Back
Top