C# Class Foobricator.Sources.SingleValue

Evaluate a single value (as opposed to a list, also see Foobricator.Sources.TupleValue)
Inheritance: IFormattable, IDebugInfoProvider
Afficher le fichier Open project: geoffles/Foobricator Class Usage Examples

Méthodes publiques

Свойство Type Description
Reference Foobricator.Tools.DataReference

Méthodes publiques

Méthode Description
SingleValue ( DataReference reference ) : System

Initialise

ToString ( string format, IFormatProvider formatProvider ) : string

Get a single value and attempt to format it

Method Details

SingleValue() public méthode

Initialise
public SingleValue ( DataReference reference ) : System
reference Foobricator.Tools.DataReference
Résultat System

ToString() public méthode

Get a single value and attempt to format it
public ToString ( string format, IFormatProvider formatProvider ) : string
format string
formatProvider IFormatProvider
Résultat string

Property Details

Reference public_oe property

The reference for the source
public DataReference,Foobricator.Tools Reference
Résultat Foobricator.Tools.DataReference