CLocaleToNum (LN)

<< Click to Display Table of Contents >>

Manual > Control Reference > Route > Route Methods >

CLocaleToNum (LN)


 

Converts a locale-aware numeric string to a number.

 


syntax

CLocaleToNum(

         number

         [,format]

         )

 


Parameters

 

 

number

 

Type:

character

 

The formatted numeric string.

 

format

 

Type:

character

 

Number format name. If omitted, it will behave the same as if "@LOCALE" (regional format (auto-switching)) was specified.

*Properties can also be changed by adding to the end.

 

Return Value

 

 

Type:

Number

 

The converted number.

 


hmtoggle_plus1Explanation

 

 

hint

This method is a beta implementation and its operation is not guaranteed.

 


Supported


Script Action

Browser script

Calculation formula syntax

 

 


reference