# implicit operator GUIStyle(string)

> Get a named GUI style from the current skin.

## Definition

* **Type:** Operator
* **Namespace:** [UnityEngine](/engine/6000.0/script-reference/unityengine.md)
* **Assembly:** UnityEngine.IMGUIModule

## implicit operator GUIStyle(GUIStyl)

```csharp
public static implicit operator GUIStyle(string str)
```

### Parameters

**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)):&#x20;

### Returns

| Type                                                                | Description |
| ------------------------------------------------------------------- | ----------- |
| [GUIStyle](/engine/6000.0/script-reference/unityengine/guistyle.md) |             |
