ObjectUtilsConvertValueIfNecessary Method

Quartz.NET 3.0 API Documentation
Convert the value to the required Type (if necessary from a string).

Namespace:  Quartz.Util
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
public static Object ConvertValueIfNecessary(
	Type requiredType,
	Object newValue
)

Parameters

requiredType
Type: SystemType
The Type we must convert to.
newValue
Type: SystemObject
The proposed change value.

Return Value

Type: Object
The new value, possibly the result of type conversion.
See Also

Reference