System.Xml.Serialization.CodeIdentifier: Method Members

The methods of System.Xml.Serialization.CodeIdentifier are listed below. For a list of all members, see the CodeIdentifier Members list.

See Also: Inherited members from System.Object

Public Methods

static
MakeCamel(string) : string

Produces a camel-case string from an input string.

static
MakePascal(string) : string

Produces a Pascal-case string from an input string.

static
MakeValid(string) : string

Produces a valid code entity name from an input string.