# Reader&lt;TInput&gt;.ReadUInt32

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.serialization/orleans.serialization.buffers.reader-1/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.serialization/orleans.serialization.buffers.reader-1/methods/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Serialization/Buffers/Reader.cs#L765-L793)

```csharp
public uint ReadUInt32()
```

Reads a `System.UInt32` from the input.

### Returns

The `System.UInt32` which was read.
