Unsigned 64 bit To Text

From Visuino
Jump to navigation Jump to search

File:TArduinoUnsigned64BitToText.png

Summary

Converts a 64-bit unsigned integer into a text representation.

Description

The **Unsigned 64-bit To Text** component transforms an incoming 64-bit unsigned integer into a text string. The numeric base for conversion can be set using the **Base** property (default is 10 for decimal representation).

Diagram:

Categories

Properties

  • Base – Numeric base used for text conversion (default: 10).

Pins

Input Pins

  • In – 64-bit unsigned integer input.

Output Pins

  • Out – Text representation of the input value.