Decimal.From

Decimal.From(value as any, optional culture as nullable text) as nullable number

从给定的 value 返回 Decimal number 值。如果给定的 valuenullDecimal.From 将返回 null。如果给定的 value 为 Decimal 范围内的 number,将返回 value,否则返回错误。如果给定的 value 为其他类型,请参阅 Number.FromText,将其转换为 number 值,此后有关将 number 值转换为 Decimal number 值的上一语句适用。

示例:

获取 "4.5" 的十进制 number 值。

使用情况:

Decimal.From("4.5")

输出:

4.5

results matching ""

    No results matching ""