Text.InferNumberType

Determines the specific numerical data type (Int64.Type, Double.Type, etc.) of the input text. An exception will be generated if the text is not a numerical value. There is an option to include a spec...

Syntax

Text.InferNumberType(text as text, optional culture as nullable text) as type

About

Determines the specific numerical data type (Int64.Type, Double.Type, etc.) of the input text. An exception will be generated if the text is not a numerical value. There is an option to include a specific culture (e.g. "en-US").