Platforms to show: All Mac Windows Linux Cross-Platform

Back to TextConverterMBS class.

TextConverterMBS.ErrorCode as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property String MBS Util Plugin 19.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Last error code from Convert method.

(Read and Write property)

TextConverterMBS.ErrorMessage as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property String MBS Util Plugin 19.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Text message for error.

(Read and Write property)

TextConverterMBS.Ignore as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property String MBS Util Plugin 19.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Whether to ignore errors.

Characters that cannot be represented in the target character set will be silently discarded.
(Read and Write property)

TextConverterMBS.Input as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property String MBS Util Plugin 19.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Input text string.

(Read and Write property)

TextConverterMBS.InputData as MemoryBlock

Type Topic Plugin Version macOS Windows Linux iOS Targets
property String MBS Util Plugin 19.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Input as memoryblock.

(Read and Write property)

TextConverterMBS.InputEncoding as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property String MBS Util Plugin 19.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Name of input encoding.

e.g. "UTF-8"
(Read and Write property)

TextConverterMBS.InputPosition as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property String MBS Util Plugin 19.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The input position on the end of convert.

If errors are not ignored, this shows error position.
(Read and Write property)

TextConverterMBS.Output as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property String MBS Util Plugin 19.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The output text.

String may not have an encoding set, if the plugin does not recognize the encoding.
But for e.g. UTF-8, we set the text encoding.
(Read and Write property)

TextConverterMBS.OutputEncoding as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property String MBS Util Plugin 19.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Name of output encoding.

e.g. "UTF-8"
(Read and Write property)

TextConverterMBS.OutputLength as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property String MBS Util Plugin 19.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The length of the output in bytes.

(Read and Write property)

TextConverterMBS.Translit as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property String MBS Util Plugin 19.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Whether to activate transliteration.

This means that when a character cannot be represented in the target character set, it can be approximated through one or several characters that look similar to the original character.
(Read and Write property)

The items on this page are in the following plugins: MBS Util Plugin.


The biggest plugin in space...