C# Class SpecExpress.Util.StringExtensions

Afficher le fichier Open project: rbell/SpecExpress

Méthodes publiques

Méthode 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 méthode

public static SplitPascalCase ( this input ) : string
input this
Résultat string

ToReverseString() public static méthode

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