# BINTOHEX

#### Syntax

**BINTOHEX**(*binValue*)

1. *binValue* - der binäre Wert, der in einen hexadezimalen Wert umgewandelt werden soll - ***Wertetyp:** Text*

#### Bemerkungen

1. Die Funktion gibt die hexadezimale Darstellung von *binValue* zurück, als Text in Kleinbuchstaben (z.B. "ffaa88").&#x20;
2. Dezimalstellen von *binValue* werden ignoriert.&#x20;
3. Ein negativer *binValue* gibt einen negativen hexadezimalen Wert zurück.

**Beispiele**

*Beispiel 1* - BINTOHEX für einen einzelnen Wert:

<figure><img src="/files/h3ZZuwpbDfVk9LJlWjEu" alt=""><figcaption></figcaption></figure>

Beispiel 2 - BINTOHEX für einen Bereich von Werten:

<figure><img src="/files/X3J3USCap94JRe4Pu5OU" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.nedyx.com/version-1.66-de/clearlines-funktionen/mathematische-funktionen/bintohex.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
