C# 클래스 Pilgrim.Framework.StringUtils

파일 보기 프로젝트 열기: juanplopes/pilgrim

공개 메소드들

메소드 설명
ReplaceOnce ( string template, string placeholder, string replacement ) : string

ToHumanName ( string className ) : string

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

메소드 상세

ReplaceOnce() 공개 정적인 메소드

public static ReplaceOnce ( string template, string placeholder, string replacement ) : string
template string
placeholder string
replacement string
리턴 string

ToHumanName() 공개 정적인 메소드

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