Skip to main content

Format Value

Assigns a particular format to a generic value, enabling its use with .ToString and Parse operations. The supported formats include Number, DateTime, Currency, and Percentage.

Input/Output

  • Value: The value that needs to be formatted. Only GenericValue variables are supported in this field
    • Type: ArenaRobotics.Domain.Entities.GenericValue
    • Required