Text.InferNumberType
Sintassi
Text.InferNumberType(text as text, optional culture as nullable text) as type
Informazioni su
Inferisce il tipo di numero granulare (Int64.Type
, Double.Type
e così via) per text
. Viene generato un errore se text
non è un numero. Facoltativamente è possibile specificare anche un elemento culture
, ad esempio, "en-US".