Table of Contents

Method ToInt16

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

ToInt16(string)

Converts a string to an Int16.

public static short ToInt16(string value)

Parameters

value string

The value.

Returns

short

An Int16.