This is component-based on the Dotnet library. Used to convert the Scientific Notation Number to real Number with easy way.
Component Name: Scientific Notation Number Real Number
Server Action: Scientific_notation_number_to_real_number
Input Variable: ScientificNotationString (must be text type) -> It is used to pass the scientific Notation value as a string that we need the real number.
Output variable: 1. OutRealNumber -> It returns the real number after converting from the Scientific notation value.
2. Return if have any error found during the converting.