> For the complete documentation index, see [llms.txt](https://aptitude.gitbook.io/zaubercms/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aptitude.gitbook.io/zaubercms/creating-a-website/current-content-properties/numeric.md).

# Numeric

Value Type Saved: Int

The numeric is a textbox but only allows numbers to be added

<figure><img src="https://417697475-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVr2cbdfxDGZK1u2Fd59w%2Fuploads%2Fy15lsFzN3DfD9h99H8mt%2Fnumeric.png?alt=media&amp;token=165f818a-3549-44d0-ae93-459465ebbf24" alt=""><figcaption></figcaption></figure>

#### Example of getting value on page

```csharp
(Content!.GetValue<decimal>("PropertyAliasHere"))
```
