C# Class Simple.Migrator.Framework.StringUtils

ファイルを表示 Open project: juanplopes/simple

Public Methods

Method Description
ReplaceOnce ( string template, string placeholder, string replacement ) : string

ToHumanName ( string className ) : string

Convert a classname to something more readable. ex.: CreateATable => Create a table

Method Details

ReplaceOnce() public static method

public static ReplaceOnce ( string template, string placeholder, string replacement ) : string
template string
placeholder string
replacement string
return string

ToHumanName() public static method

Convert a classname to something more readable. ex.: CreateATable => Create a table
public static ToHumanName ( string className ) : string
className string
return string