Web3S_Demo > Web 3S Base Converter Function Library

Web 3S Base Converter Function Library

This Blueprint Function Library implements wrapper functions that allow to convert numbers of arbitrary length from a source number base to a target number base.

Inheritance Hierarchy

Object
Blueprint Function Library

References

Module Web3S_Math_Runtime
Header Plugins/Web3S_Plugin/Source/Web3S_Math_Runtime/Public/Math/Lib/Web3S_BaseConverterFunctionLibrary.h
Source Plugins/Web3S_Plugin/Source/Web3S_Math_Runtime/Private/Math/Lib/Web3S_BaseConverterFunctionLibrary.cpp
Include Math/Lib/Web3S_BaseConverterFunctionLibrary.h

Functions

ConvertBaseValue Converts a value of arbitrary length in the source number base to the target number base.
DecToHex Converts a number of arbitrary length from decimal to hex.
HexToDec Converts a number of arbitrary length from hex to decimal.