Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
12.1
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
Statistic
FMM
Blog
Converts a text to JSON for MongoDB.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
MongoDB | 13.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example | Flags |
---|---|---|---|
Text | The text to save. | "Hello World" | |
Encoding | The text encoding for text parameter. Default is UTF-8. |
"UTF-8" | Optional |
Returns JSON or error.
Convert text to binary:
MBS( "MongoDB.TextToBinary"; "Hello World")
Example result:
{ "$binary" : { "base64" : "SGVsbG8gV29ybGQ=", "subType" : "00" }
This function is free to use.
Created 15th March 2023, last changed 15th March 2023