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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top