Text.From
Syntax Text.From(value as any, optional culture as nullable text) as nullable text Description Returns the text representation of value. The value can be a number, date, time, datetime, datetimezone, logical, duration or binary value. If the given value is null, Text.From returns null. An optional… Read More »Text.From