ConvertValueToTypeNullable Method
Converts a value to a data type.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static Object ValueToTypeNullable(
Object value,
Type type
)
Public Shared Function ValueToTypeNullable (
value As Object,
type As Type
) As Object
- value Object
- Value to convert.
- type Type
- Type to convert.
ObjectObject with the value to data type converted.
if the value cannot be converted.