DebugOutputConverter Class

Summary

Specialized System.ComponentModel.EnumConverter that also supports case-insensitive conversion of "true" to NAnt.DotNet.Types.DebugOutput.Enable and "false" to NAnt.DotNet.Types.DebugOutput.None.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Types
Base Types
  • EnumConverter
graph BT Type-->Base0["EnumConverter"] Type["DebugOutputConverter"] class Type type-node

Syntax

public class DebugOutputConverter : EnumConverter

Constructors

Name Summary
DebugOutputConverter() Initializes a new instance of the NAnt.DotNet.Types.DebugOutputConverter class.

Methods

Name Value Summary
ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) Object
Converts the given object to the type of this converter, using the specified context and culture information.