C# Класс SpecExpress.Util.StringExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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