Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Waher.Script Namespace Reference

Classes

class  Expression
 Class managing a script expression. More...
 
interface  IContextVariables
 Variables available in a specific context. More...
 
class  PreviewEventArgs
 Event arguments for preview events. More...
 
class  StatusEventArgs
 Event arguments for status events. More...
 
class  Variable
 Contains information about a variable. More...
 
class  Variables
 Collection of variables. More...
 

Functions

delegate Task< string > ValuePrinter (object Value, Variables Variables)
 Converts a value to a printable string. More...
 

Function Documentation

◆ ValuePrinter()

delegate Task< string > Waher.Script.ValuePrinter ( object  Value,
Variables  Variables 
)

Converts a value to a printable string.

Parameters
ValueValue to print.
VariablesReference to current variables collection.
Returns
String to print.