Functor that takes a string and returns a string.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public delegate string StringUnaryFunction(
	string s
)
Visual Basic (Declaration)
Public Delegate Function StringUnaryFunction ( _
	s As String _
) As String
Visual C++
public delegate String^ StringUnaryFunction(
	String^ s
)

Parameters

s
Type: System..::.String

See Also