C# 클래스 SpecExpress.Util.StringExtensions

파일 보기 프로젝트 열기: rbell/SpecExpress

공개 메소드들

메소드 설명
SplitPascalCase ( this input ) : string
ToReverseString ( this input ) : string

Takes a list of string, reverses them, and appends them together in a string

메소드 상세

SplitPascalCase() 공개 정적인 메소드

public static SplitPascalCase ( this input ) : string
input this
리턴 string

ToReverseString() 공개 정적인 메소드

Takes a list of string, reverses them, and appends them together in a string
public static ToReverseString ( this input ) : string
input this
리턴 string