ConvertValueToType(Object, Type, Boolean) 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 ValueToType(
Object value,
Type type,
bool allowNull = true
)
Public Shared Function ValueToType (
value As Object,
type As Type,
Optional allowNull As Boolean = true
) As Object
- value Object
- Value to convert.
- type Type
- Type to convert.
- allowNull Boolean (Optional)
- Indicates whether is supported.
ObjectObject with the value to data type converted.