Determine if a string is unicode

  • Thread starter Thread starter Tony Liu
  • Start date Start date
Jack Meyhoff said:
L"" is a unicode string, S"" is a .net string

That looks like C++ to me, not C#.
What is the difference here?

I suspect that actually, L"" is a unicode character pointer in C++, and
S"" is a reference to a .NET String instance - but I don't know for
sure.
 
Back
Top