TimeSpanMinutesConverter::ConvertFrom Method (ITypeDescriptorContext^, CultureInfo^, Object^)

 

Converts a String to a TimeSpan.

Namespace:   System.Configuration
Assembly:  System.Configuration (in System.Configuration.dll)

public:
virtual Object^ ConvertFrom(
	ITypeDescriptorContext^ ctx,
	CultureInfo^ ci,
	Object^ data
) override

Parameters

ctx
Type: System.ComponentModel::ITypeDescriptorContext^

The ITypeDescriptorContext object used for type conversions.

ci
Type: System.Globalization::CultureInfo^

The CultureInfo object used during conversion.

data
Type: System::Object^

The String object to convert.

Return Value

Type: System::Object^

The TimeSpan representing the data parameter in minutes.

The system uses the ConvertFrom method when reading from a configuration file to convert a String value to TimeSpan.

The following code example shows how to customize the ConvertFrom method.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: