From Roman Numeral
PureFromRomanNumeralParses a Roman numeral string back to an integer.
Type: Pure (no side effects)
Category: Fortuna|String & Text
Keywords: string & text
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| Input | FString | — | Input parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| ReturnValue | int | ReturnValue output |
| bValid | bool | bValid output |
Example Use Cases
Example 1
Decode puzzle answers entered as Roman numerals.
Example 2
Parse historical date formats in a strategy game.