# HTMLCodeFormat

Formats a number as a U.S.

Dollar string with two decimal places, thousands separator, and a dollar sign. If the number is negative, the return value is enclosed in parentheses. If the number is an empty string, the function returns "0.00".

## Method Signature

```
HTMLCodeFormat(string=[string], version=[string])
```

### Arguments

| Argument  | Type     | Required | Description                                   | Default |
| --------- | -------- | -------- | --------------------------------------------- | ------- |
| `string`  | `string` | `true`   | The number to format as a U.S. Dollar string. |         |
| `version` | `string` | `false`  |                                               |         |

## Examples

## Related

* [DollarFormat](https://boxlang.ortusbooks.com/boxlang-framework/modularity/compat-cfml/reference/built-in-functions/format/dollarformat)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://boxlang.ortusbooks.com/boxlang-framework/modularity/compat-cfml/reference/built-in-functions/format/htmlcodeformat.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
