![]() |
OTX Reference
|
|
Decodes a string More...
Public Attributes | |
ByteFieldTerm | bytes |
Cardinality [1] Represents the ByteField which shall be transformed to a String 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... | |
Decodes a string
The Decode term decoded the specified ByteField according to the specified encoding and return the result as a string (String) .
Core.Exceptions.OutOfBoundsException | It is thrown if the bytes in the ByteField are not valid in the given encoding. |
ByteFieldTerm OpenTestSystem.Otx.Extensions.StringUtil.Terms.Decode.bytes |
Cardinality [1]
Represents the ByteField which shall be transformed to a String by using the given encoding.
EncodingTerm OpenTestSystem.Otx.Extensions.StringUtil.Terms.Decode.encoding |
Cardinality [1]
Encoding for the interpretation of the string.