Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ITextEncoder.cs
2{
6 public interface ITextEncoder
7 {
12 void Encode(string Text);
13 }
14}
Interface for text encoders.
Definition: ITextEncoder.cs:7
void Encode(string Text)
Encodes a string.