System.Xml.Serialization.CodeIdentifier.MakeCamel Method

Produces a camel-case string from an input string.

Syntax

public static string MakeCamel (string identifier)

Parameters

identifier
The name of a code entity, such as a method parameter, typically taken from an XML element or attribute name.

Returns

A camel-case version of the parameter string.

Remarks

The CodeIdentifier.MakeCamel(string) method converts the initial character from an upper-case to lower-case letter, if necessary.

You do not need to call this method directly.

Requirements

Namespace: System.Xml.Serialization
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0