Global::str2numPrep Method [AX 2012]
Performs string pre-processing to soften requirements for the input string to be convertable to numeral.
client server private static TempStr str2numPrep(TempStr _text)
Run On
CalledParameters
- _text
- Type: TempStr Extended Data Type
Text representation of a number.
Return Value
Type: TempStr Extended Data TypeString that has first occurence of comma (if any) replaced with dot.
Show: