ConvertValueToTypeNullable Method

Converts a value to a data type.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static Object ValueToTypeNullable(
	Object value,
	Type type
)

Parameters

value  Object
Value to convert.
type  Type
Type to convert.

Return Value

Object
Object with the value to data type converted.

if the value cannot be converted.

See Also