user1066231
user1066231

Reputation: 583

Unicode support in VB.net

I am basically from VC++, for compiling a project with Unicode support we will change the setting in project properties and build it. In VB.net is there anything like that, Do I have to change any setting before building to enable Unicode support.?

Upvotes: 0

Views: 432

Answers (1)

SLaks
SLaks

Reputation: 887365

VB.Net always has full Unicode support in the language and runtime.

You can even use Unicode letters in identifiers.

Upvotes: 5

Related Questions