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