C# Class Frapid.Mapper.Extensions.StringExtensions

Show file Open project: frapid/frapid

Public Methods

Method Description
ToPascalCase ( this name ) : string
ToTitleCase ( this name ) : string
ToUnderscoreCase ( this name ) : string
ToUnderscoreLowerCase ( this name ) : string

Method Details

ToPascalCase() public static method

public static ToPascalCase ( this name ) : string
name this
return string

ToTitleCase() public static method

public static ToTitleCase ( this name ) : string
name this
return string

ToUnderscoreCase() public static method

public static ToUnderscoreCase ( this name ) : string
name this
return string

ToUnderscoreLowerCase() public static method

public static ToUnderscoreLowerCase ( this name ) : string
name this
return string