Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 272 Bytes

filter_to_binary.rst

File metadata and controls

14 lines (8 loc) · 272 Bytes

django

Convert the input to a binary value.

Example:

{{ "Hello"|to_binary }}

Results in the binary value <<"Hello">>.

This filter uses the z_convert:to_binary/1 function.

filter-stringify