aaaron123@roadrunner.com
Well-known member
- Joined
- Jan 23, 2011
- Messages
- 166
- Programming Experience
- 10+
On Microsoft Docs I see:
But in a couple of other sites I see:
Auto (optional; Keyword)
Converts the strings according to .NET rules based on the name of the method (or the alias name, if specified). If no modifier is specified, Auto is the default.
I'm hoping MS Doc is wrong. Is it?
Is Auto the default if none of the three appear?
charsetmodifier | Optional. Specifies character set and file search information. Can be one of the following: - Ansi (default) - Unicode - Auto |
But in a couple of other sites I see:
Auto (optional; Keyword)
Converts the strings according to .NET rules based on the name of the method (or the alias name, if specified). If no modifier is specified, Auto is the default.
I'm hoping MS Doc is wrong. Is it?
Is Auto the default if none of the three appear?