interface ToInt {
    $toInt: any;
}

Properties

Properties

$toInt: any

Converts a value to a long. If the value cannot be converted to a long, $toLong errors. If the value is null or missing, $toLong returns null.