The format pattern for negative numbers. For invariantFormat, the default is 1 (representing "-n"). Remarks: The following table shows valid values for this property.
<table class="definitionTable"> <tr><th>Value</th><th>Pattern</th></tr> <tr><td>0</td><td>(n)</td></tr> <tr><td>1</td><td>-n</td></tr> <tr><td>2</td><td>- n</td></tr> <tr><td>3</td><td>n-</td></tr> <tr><td>4</td><td>n -</td></tr> </table>
Property. Retrieves the format pattern for negative numbers.