Text.Serialize
Serializes styled text as text.
Component |
Version |
macOS |
Windows |
Linux |
Server |
iOS SDK |
Text
|
5.4 |
✅ Yes |
✅ Yes |
✅ Yes |
✅ Yes |
✅ Yes |
MBS( "Text.Serialize"; Text )
More
MBS(
"Text.Serialize"; /* Serializes styled text as text. */
$Text) /* The styled text to serialize.e.g. "Hello World" */
Less
Parameters
Parameter |
Description |
Example |
Text |
The styled text to serialize. |
"Hello World" |
Result
Returns text or error.
Description
Serializes styled text as text.
The styled text content is stored in a base64 encoded string which the plugin function Text.Deserialize can read.
Using this function allows to store a styled text in a text field or transmit it with Socket functions, SerialPort functions or by writing it to a file.
See also Text.Styles and Text.FromStyles to serialize with JSON.
See also
Example Databases
Blog Entries
This function checks for a license.
Created 28th October 2015, last changed 3th June 2022
Text.Reverse
-
Text.SoundEx