Conversions
From |
ToBinary /FromBinary |
ToList |
FromNumber / ToNumber |
Value.FromText |
Text.NewGuid |
Value.* |
Number
IsNan |
Number.IsNaN(0/0) = true |
IsEven / IsOdd |
Rounding
Round, RoundUp, RoundDown, RoundTowardZero, RoundAwayFromZero |
Operations
Sign, Abs, Mod, Power, Sqrt, Exp, Ln, Log, Factorial, IntegerDivide |
Standard math functions. |
Combinations, Permutations |
String Transformation
Clean |
Combine |
Upper / Lower / Proper |
PadStart/ PadEnd |
Trim / TrimStart/ TrimEnd |
Repeat |
Split / SplitAny |
String Manipulation
Insert |
Remove |
RemoveRange |
Replace |
String Search
Contains |
PositionOf / PositionOfAny |
StartsWith / EndsWith |
|
|
Date
AddPeriod, IsInPreviuosPeriod, IsInCurrentPeriod,
IsInNextPeriod, IsInYearToDate, IsLeapYear, DayOfWeek / DayOfYear,
StartOfPeriod, EndOfPeriod |
Period can be Day, Week, Month, Quarter, or Year (for AddPeriod, Period is plural i.e. Days.)
Time
StartOfHour, EndOfHour, Hour, Minute, Second |
|
|
|
|
Expression.Evalute
Expressions.Contant, Expression.Identifier
MetaFunctions
Function
Error
Combiner
Comparer
Splitter
Replacer
Type |
|