Returns the result of converting text value {0} to a binary (list ofnumber
). {1} may be specified to indicate the encoding used in the text value. The followingBinaryEncoding
values may be used for {1}.
BinaryEncoding.Base64
: Base 64 encodingBinaryEncoding.Hex
: Hex encoding
Returns the reports on the Salesforce account provided in the credentials. The account will be connected through the provided ...
Returns the result of capitalizing only the first letter of each word in text value {0}. All other letters are returned in ...
Returns the result of combining the list of text values, {0}, into a single text value. An optional separator used in the ...
Returns the result of converting a binary list of numbers {0} into a text value. Optionally, {1} may be specified to indicate ...
Returns the result of converting text value {0} to a binary (list of number ). {1} may be specified to indicate the encoding ...
Returns the result of dividing {0} by {1}. An optional {2} parameter may be specified, by default Precision.Double is used. ...
Returns the result of raising e to the power of {0} (exponential function). {0}: A number for which the exponential function ...
Returns the result of raising e to the power of {0} (exponential function). {0}: Nullable A number for which the exponential ...
Returns the result of raising {0} to the power of {1}. If {0} or {1} are null, Number.Power returns null. {0}: Nullable The ...