Binary.FromText

Syntax

Binary.FromText(text as nullable text, optional encoding as nullable number) as nullable binary

Description

Returns the result of converting text value text to a binary (list of number). encoding may be specified to indicate the encoding used in the text value. The following BinaryEncoding values may be used for encoding.

Reference Data

https://docs.microsoft.com/en-us/powerquery-m/power-query-m-function-reference

Power Query M Functions / Binary Functions / Binary.FromText