LedgerRowDefLine::replaceSeparatorWithHyphen Method
Replaces any separator value in the string with a hyphen.
Syntax
client server public static str replaceSeparatorWithHyphen(str _stringValue)
Run On
Called
Parameters
- _stringValue
Type: str
The string that may contain separators.
Return Value
Type: str
The string with hyphens in place of separators.
Remarks
The parsing functions in financials concatenates accounts and dimensions together to pass between functions. A special separator value is used so that the code can determine how to parse the values back into individual values.