Table of Contents

Method ToString

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

ToString(bool)

Converts a Boolean to a string.

public static string ToString(bool value)

Parameters

value bool

The value.

Returns

string

A string.

ToString(DateTime)

Converts a DateTime to a string.

public static string ToString(DateTime value)

Parameters

value DateTime

The value.

Returns

string

A string.

ToString(DateTimeOffset)

Converts a DateTimeOffset to a string.

public static string ToString(DateTimeOffset value)

Parameters

value DateTimeOffset

The value.

Returns

string

A string.

ToString(decimal)

Converts a Decimal to a string.

public static string ToString(decimal value)

Parameters

value decimal

The value.

Returns

string

A string.

ToString(Decimal128)

Converts a Decimal128 to a string.

public static string ToString(Decimal128 value)

Parameters

value Decimal128

The value.

Returns

string

A string.

ToString(double)

Converts a Double to a string.

public static string ToString(double value)

Parameters

value double

The value.

Returns

string

A string.

ToString(float)

Converts a Single to a string.

public static string ToString(float value)

Parameters

value float

The value.

Returns

string

A string.

ToString(int)

Converts an Int32 to a string.

public static string ToString(int value)

Parameters

value int

The value.

Returns

string

A string.

ToString(long)

Converts an Int64 to a string.

public static string ToString(long value)

Parameters

value long

The value.

Returns

string

A string.

ToString(short)

Converts an Int16 to a string.

public static string ToString(short value)

Parameters

value short

The value.

Returns

string

A string.

ToString(uint)

Converts a UInt32 to a string.

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

Parameters

value uint

The value.

Returns

string

A string.

ToString(ulong)

Converts a UInt64 to a string.

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

Parameters

value ulong

The value.

Returns

string

A string.

ToString(ushort)

Converts a UInt16 to a string.

[CLSCompliant(false)]
public static string ToString(ushort value)

Parameters

value ushort

The value.

Returns

string

A string.