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