Text.InferNumberType
Deduce il tipo di numero granulare (Int64.Type, Double.Type e così via) di un numero codificato in testo.
Syntax
Text.InferNumberType(
text as text,
optional culture as text
) as type
Remarks
Deduce il tipo di numero granulare (Int64.Type, Double.Type e così via) di text
. Viene generato un errore se text
non è un numero. È anche possibile specificare un valore culture
facoltativo, (ad esempio "en-US").
Category
Text