C# Класс StringFormatWithExtension, extensions

Requires a reference to System.Web.
Показать файл Открыть проект

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

Метод Описание
FormatWith ( this format, object source ) : string

Formats the string with the given source object. Expression like {Id} are replaced with the corresponding property value in the source. Supports all DataBinder.Eval expressions formats for property access.

Приватные методы

Метод Описание
OutExpression ( object source, string expression ) : string

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

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

Formats the string with the given source object. Expression like {Id} are replaced with the corresponding property value in the source. Supports all DataBinder.Eval expressions formats for property access.
public static FormatWith ( this format, object source ) : string
format this
source object
Результат string