Text.InferNumberType
Sintaxis
Text.InferNumberType(text as text, optional culture as nullable text) as type
Acerca de
Infiere el tipo de número granular (Int64.Type, Double.Type, etc.) de text
. Se produce un error si text
no es un número. También se puede proporcionar un elemento culture
opcional (por ejemplo, "es-ES").