Table of Contents

Method ToUInt32

Namespace
MongoDB.Bson.IO
Assembly
MongoDB.Bson.dll

ToUInt32(string)

Converts a string to a UInt32.

[CLSCompliant(false)]
public static uint ToUInt32(string value)

Parameters

value string

The value.

Returns

uint

A UInt32.