# ReadFromString(string)

> Reads the scheme from the given string.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor.iOS.Xcode](/engine/6000.6/script-reference/unityeditor/ios/xcode.md)
* **Assembly:** UnityEditor.iOS.Extensions.Xcode

```csharp
public void ReadFromString(string text)
```

### Parameters

**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): A string containing a properly formatted XcScheme plist document.

### Remarks

The existing values of this XcScheme instance are discarded and replaced with the values in the string.
