Table of Contents

Method ToHexChar

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

ToHexChar(int)

Converts a value to a hex character.

public static char ToHexChar(int value)

Parameters

value int

The value (assumed to be between 0 and 15).

Returns

char

The hex character.