Base64 Binary-to-Text Encoding
XString is a built-in data type in SAP's development environment designed to represent raw binary data. Developers use it to incorporate standard operations on binary data directly into application logic in a convenient way. It is particularly useful when handling binary content such as file data or encoded payloads within ABAP or SAP BTP-based applications. More details can be found in the official SAP BTP documentation.