Delegate StringString
- Namespace
- SunamoDelegates
- Assembly
- SunamoDelegates.dll
Represents a method that takes a string and returns a string.
public delegate string StringString(string text)
Parameters
textstringThe input text.
Returns
- string
A string result.
- Extension Methods