CodeIdentifier Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Provides static methods to convert input text into names for code entities.
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() | CodeIdentifier() | Obsolete. This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the CodeIdentifier class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() ![]() | MakeCamel(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Produces a camel-case string from an input string. |
![]() ![]() | MakePascal(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Produces a Pascal-case string from an input string. |
![]() ![]() | MakeValid(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Produces a valid code entity name from an input string. |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The methods of the CodeIdentifier class are used by the XML serialization infrastructure while producing .NET Framework types from XML element and data type definitions. XML element or attribute names typically provide the methods' input text.
You do not need to call the methods of the CodeIdentifier class directly from your code. Instead, use the various tools and APIs provided by the .NET Framework for XML serialization, such as the XmlSerializer, or the XML Schema Definition Tool (Xsd.exe) tool.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


