# SiloAddress.FromUtf8String(ReadOnlySpan&lt;byte&gt;)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.core.abstractions/orleans.runtime.siloaddress/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.core.abstractions/orleans.runtime.siloaddress/methods/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Core.Abstractions/IDs/SiloAddress.cs#L269)

```csharp
public static SiloAddress FromUtf8String(ReadOnlySpan<byte> addr)
```

Create a new SiloAddress object by parsing string in a standard form returned from `ToParsableString` method.

### Parameters

- `addr` (`ReadOnlySpan<byte>`): String containing the SiloAddress info to be parsed.

### Returns

New SiloAddress object created from the input data.
