Table of Contents

Method ToUInt64

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

ToUInt64(string)

Converts a string to a UInt64.

[CLSCompliant(false)]
public static ulong ToUInt64(string value)

Parameters

value string

The value.

Returns

ulong

A UInt64.