NAnt SDK Documentation - v0.85-nightly-2005-11-09

DebugOutputConverter.ConvertFrom Method (ITypeDescriptorContext, CultureInfo, Object)

[This is preliminary documentation and subject to change.]

Converts the given object to the type of this converter, using the specified context and culture information.

[Visual Basic]
Overrides Overloads Public Function ConvertFrom( _
   ByVal context As ITypeDescriptorContext, _
   ByVal culture As CultureInfo, _
   ByVal value As Object _
) As Object
[C#]
public override object ConvertFrom(
   ITypeDescriptorContext context,
   CultureInfo culture,
   object value
);

Parameters

context
An ITypeDescriptorContext that provides a format context.
culture
A CultureInfo object. If a a null reference (Nothing in Visual Basic) is passed, the current culture is assumed.
value
The Object to convert.

Return Value

An Object that represents the converted value.

Remarks

Missing <remarks> documentation for M:NAnt.DotNet.Types.DebugOutputConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)

See Also

DebugOutputConverter Class | NAnt.DotNet.Types Namespace | DebugOutputConverter.ConvertFrom Overload List