# Sandbox.UI.TextEntry.FixNumeric

```csharp
string FixNumeric()
```

Called to ensure the [Sandbox.UI.TextEntry.Text](/api/Sandbox.UI.TextEntry/Text) is absolutely in the correct format, in this case - a valid number format.

### Returns

`string`: The correctly formatted version of [Sandbox.UI.TextEntry.Text](/api/Sandbox.UI.TextEntry/Text).

Declared in [Sandbox.UI.TextEntry](/api/Sandbox.UI.TextEntry).
Assembly: `Sandbox.Engine`.
