C# Класс Foobricator.Sources.SingleValue

Evaluate a single value (as opposed to a list, also see Foobricator.Sources.TupleValue)
Наследование: IFormattable, IDebugInfoProvider
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Reference Foobricator.Tools.DataReference

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

Метод Описание
SingleValue ( DataReference reference ) : System

Initialise

ToString ( string format, IFormatProvider formatProvider ) : string

Get a single value and attempt to format it

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

SingleValue() публичный Метод

Initialise
public SingleValue ( DataReference reference ) : System
reference Foobricator.Tools.DataReference
Результат System

ToString() публичный Метод

Get a single value and attempt to format it
public ToString ( string format, IFormatProvider formatProvider ) : string
format string
formatProvider IFormatProvider
Результат string

Описание свойств

Reference публичное свойство

The reference for the source
public DataReference,Foobricator.Tools Reference
Результат Foobricator.Tools.DataReference