Skip to content

Decimal

Shaun Lawrence edited this page Nov 4, 2020 · 2 revisions

Converts and returns the parameter as a Decimal.

Decimal(value)

Parameters

value

The object to convert to a Decimal .

Type object (basically anything that can be converted to a Decimal .
Required Yes

Examples

Decimal("25.1234")

Converts the string to a Decimal.

Clone this wiki locally