C# 클래스 KernowCode.KTest.Logging.StringExtensions

Extensions of any Object. Use to name instances.
파일 보기 프로젝트 열기: KernowCode/UBADDAS

공개 메소드들

메소드 설명
CapitaliseInitial ( this text ) : string
DecapitaliseInitial ( this text ) : string
ExpandToReadable ( this text ) : string

Turns text in to readable text

i.e. 'myMethodName' becomes 'my method name'

메소드 상세

CapitaliseInitial() 공개 정적인 메소드

public static CapitaliseInitial ( this text ) : string
text this
리턴 string

DecapitaliseInitial() 공개 정적인 메소드

public static DecapitaliseInitial ( this text ) : string
text this
리턴 string

ExpandToReadable() 공개 정적인 메소드

Turns text in to readable text

i.e. 'myMethodName' becomes 'my method name'

public static ExpandToReadable ( this text ) : string
text this string to expand. i.e. 'myMethodName'
리턴 string