function (optionalvalue
as nullable any, optionalculture
as nullable any) as nullable any
percentage
value from the given value
. If the given value
is null
, Percentage.From
returns null
. If the given value
is text
with a trailing percent symbol, then the converted decimal number will be returned. Otherwise, see Number.From
for converting it to number
value.percentage
value of "12.3%"
.0.123