Table of Contents

Class Format

Namespace
Albatross.Expression.Prefix
Assembly
Albatross.Expression.dll

Prefix operation that will take an input and C# format string and produced a formatted string

public class Format : PrefixExpression, IPrefixExpression, IExpression, IToken
Inheritance
Format
Implements
Inherited Members
Extension Methods

Constructors

Format()

public Format()

Methods

Run(List<object>)

Executes the prefix function with the evaluated operand values. Derived classes should override this method to implement specific function logic.

protected override object Run(List<object> operands)

Parameters

operands List<object>

The list of evaluated operand values.

Returns

object

The result of the function.