# Vector4.TryParse

## Overload 1

```csharp
static bool TryParse(string str, out Vector4 result)
```

### Parameters

- `str` (`string`)
- `out result` (`Vector4`)

### Returns

`bool`

## Overload 2

```csharp
static bool TryParse(string str, System.IFormatProvider provider, out Vector4 result)
```

### Parameters

- `str` (`string`)
- `provider` (`System.IFormatProvider`)
- `out result` (`Vector4`)

### Returns

`bool`

Declared in [Vector4](/api/Vector4).
Assembly: `Sandbox.System`.
