Table of Contents

Method ToInt64

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

ToInt64(string)

Converts a string to an Int64.

public static long ToInt64(string value)

Parameters

value string

The value.

Returns

long

An Int64.