Click or drag to resize
ScanUtilstoDecimal Method

» Asprise Scan Home · Developer's Guide

Convert the given input to decimal or fall back to the default value.

Namespace: asprise_imaging_api
Assembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static decimal toDecimal(
	Object val,
	[OptionalAttribute] decimal defaultValue
)

Parameters

val
Type: SystemObject
defaultValue (Optional)
Type: SystemDecimal

Return Value

Type: Decimal
See Also