Unsigned 64 bit To Text
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
- File:TArduinoSignalCategory.png Category Signal – Signal processing components.
- File:TArduinoTextCategory.png Category Text – Text conversion and formatting.
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.