Global::str2numPrep Method [AX 2012]

Performs string pre-processing to soften requirements for the input string to be convertable to numeral.

Syntax

client server private static TempStr str2numPrep(TempStr _text)

Run On

Called

Parameters

Return Value

Type: TempStr Extended Data Type
String that has first occurence of comma (if any) replaced with dot.

Remarks

Assumption is that valuable result should be produced if _text represents a number with comma or dot as a decimal separator.

See Also

Reference

Global Class