# Sandbox.UI.TextEntry.NumberFormat

```csharp
string NumberFormat { get; set; }
```

Affects formatting of the text when [Sandbox.UI.TextEntry.Numeric](/api/Sandbox.UI.TextEntry/Numeric) is enabled. Accepts any format that is supported by `M:System.Single.ToString(System.String)`. See examples here.

Declared in [Sandbox.UI.TextEntry](/api/Sandbox.UI.TextEntry).
Assembly: `Sandbox.Engine`.
