# GrainAddressCacheUpdate Methods

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.core.abstractions/orleans.runtime.grainaddresscacheupdate/)

## ToFullString {#tofullstring-d40cef2f}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core.abstractions/orleans.runtime.grainaddresscacheupdate/methods/tofullstring-d40cef2f/)

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

```csharp
public string ToFullString()
```

## ToString {#tostring-30ed58a2}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core.abstractions/orleans.runtime.grainaddresscacheupdate/methods/tostring-30ed58a2/)

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

```csharp
public override string ToString()
```

Returns a string that represents the current object.

### Returns

A string that represents the current object.
