NAnt SDK Documentation - v0.92

DebugOutputConverter.ConvertFrom Method (ITypeDescriptorContext, CultureInfo, Object)

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.

See Also

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