Converts this value to its string representation. Formats based on type:
The formatted string representation
StaticfromParses a string into a Value object with appropriate type detection. Detects and handles:
The string to parse
A new Value instance with detected type
Represents a typed value in Beancount (used in metadata, expressions, etc.). Handles string, boolean, date, amount, and number values.