Common Logging 2.0 API Reference

ArgUtils.ParseHandler(T) Delegate

A delegate converting a string representation into the target type

[Visual Basic]
Public Delegate Function ParseHandler(Of T)( _
   ByVal strValue As String _
)
[C#]
public delegate T ParseHandler<T>(
   string strValue
);

Requirements

Namespace: Common.Logging.Configuration

Assembly: Common.Logging (in Common.Logging.dll)

See Also

Common.Logging.Configuration Namespace