# Sandbox.Texture.SaveToVtexAsync

```csharp
System.Threading.Tasks.Task<byte[]> SaveToVtexAsync(System.Nullable<ImageFormat> format = null)
```

### Parameters

- `format` (`System.Nullable<ImageFormat>`), default `null`

### Returns

`System.Threading.Tasks.Task<byte[]>`

Declared in [Sandbox.Texture](/api/Sandbox.Texture).
Assembly: `Sandbox.Engine`.
