共用方式為


Text.InferNumberType

語法

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

關於

推斷 text的細微數字類型(Int64.TypeDouble.Type等等)。 若 text 不是數字,則會引發錯誤。 也可以提供選擇性的 culture (例如,"en-US")。