C# Class SpecExpress.Util.StringExtensions

显示文件 Open project: rbell/SpecExpress

Public Methods

Method Description
SplitPascalCase ( this input ) : string
ToReverseString ( this input ) : string

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

Method Details

SplitPascalCase() public static method

public static SplitPascalCase ( this input ) : string
input this
return string

ToReverseString() public static method

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