Class Format
Prefix operation that will take an input and C# format string and produced a formatted string
Inheritance
System.Object
Format
Assembly: Albatross.Expression.dll
public class Format : PrefixOperationToken, IToken
Properties
Declaration
public override int MaxOperandCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
Overrides
Declaration
public override int MinOperandCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
Overrides
Declaration
public override string Name { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Declaration
public override bool Symbolic { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Methods
Declaration
public override object EvalValue(Func<string, object> context)
Parameters
Type |
Name |
Description |
System.Func<System.String, System.Object> |
context |
|
Returns
Type |
Description |
System.Object |
|
Overrides
Implements
Extension Methods