CodeIdentifiers::MakeRightCase Method (String^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Ensures that the input is of the correct case by modifying the name according to the value of the UseCamelCasing property.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- identifier
-
Type:
System::String^
The name to possibly modify.
Return Value
Type: System::String^A string that is the same as the input identifier or has the first letter's case modified.
If the value of the UseCamelCasing property is true and the first character of the input is a letter, it is made lowercase, if necessary. If the value of the UseCamelCasing is false, Pascal case is in effect and the first character, if a letter, is capitalized, if necessary.
.NET Framework
Available since 1.1
Available since 1.1
Show: