Skip to main content

fieldToString

Callable

  • fieldToString(field: Field): string

  • Converts a Field element to a string representation. This is used for serializing Field values into strings suitable for storage or transmission.


    Parameters

    • field: Field

      The Field element to convert.

    Returns string

    The string representation of the Field.