![]() |
OTX Reference
|
|
Encodes a string More...
Public Attributes | |
StringTerm | _string |
Cardinality [1] Represents the string which shall be transformed to a ByteField by using the given encoding. More... | |
EncodingTerm | encoding |
Cardinality [1] Encoding for the interpretation of the string. More... | |
![]() | |
MetaData | metaData |
Cardinality [0..1] The MetaData type allows tools to store additional, mainly tool-specific data. More... | |
Encodes a string
The Encode term encodes the given String corresponding to the specified encoding and returns the result as a ByteField.
Core.Exceptions.OutOfBoundsException | It is thrown if the string cannot be encoded with the given encoding. |
StringTerm OpenTestSystem.Otx.Extensions.StringUtil.Terms.Encode._string |
Cardinality [1]
Represents the string which shall be transformed to a ByteField by using the given encoding.
EncodingTerm OpenTestSystem.Otx.Extensions.StringUtil.Terms.Encode.encoding |
Cardinality [1]
Encoding for the interpretation of the string.