Link to home
Start Free TrialLog in
Avatar of draxfelton
draxfelton

asked on

What does VbStrConv.LinguisticCasing do?

In VB.NET there is a method  StrConv, which among other things can make all the letters in a string capitals or lower case, or the capitalize the first letter of every word in a sentence.  It also has an enumerated parameter of VbStrConv.LinguisticCasing, which must be used in combination with VbStrConv.Lowercase or VbStrConv.Uppercase.

What does adding LinguisticCasing to Uppercase or LowerCase actually do?
The Microsoft doc. only says, "Converts the string from file system rules for casing to linguistic rules."
What does that mean?
ASKER CERTIFIED SOLUTION
Avatar of Samuraiken
Samuraiken

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial