C# Класс DropkicKExample.StringExtensions

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

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

Метод Описание
FormatWith ( this input ) : string

Formats string with the formatting passed in. This is a shortcut to string.Format().

Описание методов

FormatWith() публичный статический Метод

Formats string with the formatting passed in. This is a shortcut to string.Format().
public static FormatWith ( this input ) : string
input this The input.
Результат string