System.Xml.Serialization.CodeIdentifier Members

The members of System.Xml.Serialization.CodeIdentifier are listed below.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Xml.Serialization.CodeIdentifier class.

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.