Text.InferNumberType
통사론
Text.InferNumberType(text as text, optional culture as nullable text) as type
소개
세분화된 숫자 형식(Int64.Type
, Double.Type
등)을 text
에서 추론합니다.
text
숫자가 아니면 오류가 발생합니다. 선택적 culture
제공할 수도 있습니다(예: "en-US").
Text.InferNumberType(text as text, optional culture as nullable text) as type
세분화된 숫자 형식(Int64.Type
, Double.Type
등)을 text
에서 추론합니다.
text
숫자가 아니면 오류가 발생합니다. 선택적 culture
제공할 수도 있습니다(예: "en-US").