C# Class TagTool.Common.NamingConvention

Provides utility functions for working with naming conventions.
Mostra file Open project: TheGuardians/TagTool

Public Methods

Method Description
ToPascalCase ( string name ) : string

Converts a name to pascal case, where words always begin with a capital letter.

Method Details

ToPascalCase() public static method

Converts a name to pascal case, where words always begin with a capital letter.
public static ToPascalCase ( string name ) : string
name string The name to convert.
return string