ConvertValueToDecimal(Object) Method
Converts a value into a Decimal type number.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static decimal ValueToDecimal(
Object value
)
Public Shared Function ValueToDecimal (
value As Object
) As Decimal
- value Object
- Value to convert.
DecimalDecimal with the value converted.
Use for double or single values and does not have losses in decimals.