HexValue ================================ .. currentmodule:: formulas.functions.text .. autoclass:: HexValue :members: .. rubric:: Methods .. autosummary:: :nosignatures: :toctree: HexValue/ ~HexValue.__init__ ~HexValue.capitalize ~HexValue.casefold ~HexValue.center ~HexValue.count ~HexValue.encode ~HexValue.endswith ~HexValue.expandtabs ~HexValue.find ~HexValue.format ~HexValue.format_map ~HexValue.index ~HexValue.isalnum ~HexValue.isalpha ~HexValue.isascii ~HexValue.isdecimal ~HexValue.isdigit ~HexValue.isidentifier ~HexValue.islower ~HexValue.isnumeric ~HexValue.isprintable ~HexValue.isspace ~HexValue.istitle ~HexValue.isupper ~HexValue.join ~HexValue.ljust ~HexValue.lower ~HexValue.lstrip ~HexValue.maketrans ~HexValue.partition ~HexValue.removeprefix ~HexValue.removesuffix ~HexValue.replace ~HexValue.rfind ~HexValue.rindex ~HexValue.rjust ~HexValue.rpartition ~HexValue.rsplit ~HexValue.rstrip ~HexValue.split ~HexValue.splitlines ~HexValue.startswith ~HexValue.strip ~HexValue.swapcase ~HexValue.title ~HexValue.translate ~HexValue.upper ~HexValue.zfill .. automethod:: __init__