Functor that takes a string and returns a boolean value.
Namespace: CenterSpace.NMath.StatsAssembly: NMathStatsPremium (in NMathStatsPremium.dll) Version: 3.6.0.0
Syntax
| C# |
|---|
[ObsoleteAttribute("Use Func<string, bool>")] public delegate bool LogicalStringFunction( string s ) |
| Visual Basic |
|---|
<ObsoleteAttribute("Use Func<string, bool>")> _ Public Delegate Function LogicalStringFunction ( _ s As String _ ) As Boolean |
| Visual C++ |
|---|
[ObsoleteAttribute(L"Use Func<string, bool>")] public delegate bool LogicalStringFunction( String^ s ) |
Parameters
- s
- Type: System..::..String