# Transform.Parse

```csharp
static Transform Parse(string str)
```

Given a string, try to convert this into a transform. The format is `"px,py,pz,rx,ry,rz,rw"`.

### Parameters

- `str` (`string`)

### Returns

`Transform`

Declared in [Transform](/api/Transform).
Assembly: `Sandbox.System`.
