Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 423 Bytes

cast-to-dec.md

File metadata and controls

31 lines (18 loc) · 423 Bytes

cast to-dec

NAME

cast-to-dec - Converts a number of one base to decimal

SYNOPSIS

cast to-dec [options] value

DESCRIPTION

Converts a number of one base to decimal

OPTIONS

--base-in base_in     The input base.

{{#include common-options.md}}

EXAMPLES

  1. Convert ff in hexadecimal to decimal
    cast to-dec ff

SEE ALSO

cast