Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ICustomStringOutput.cs
1
using
System;
2
using
Waher.Runtime.Inventory
;
3
4
namespace
Waher.Script.Output
5
{
9
public
interface
ICustomStringOutput
:
IProcessingSupport
<Type>
10
{
16
string
GetString
(
object
Value);
17
}
18
}
Waher.Runtime.Inventory.IProcessingSupport
Interface for detecting interfaces supporting objects with predefined features.
Definition:
IProcessingSupport.cs:8
Waher.Script.Output.ICustomStringOutput
Interface for custom string output classes. Converts objects of a given type to an expression string.
Definition:
ICustomStringOutput.cs:10
Waher.Script.Output.ICustomStringOutput.GetString
string GetString(object Value)
Gets a string representing a value.
Waher.Runtime.Inventory
Definition:
TypesLoader.cs:9
Waher.Script.Output
Definition:
BigIntegerOutput.cs:6
IoTGateway
Script
Waher.Script
Output
ICustomStringOutput.cs
Generated by
1.9.5