Table of Contents

Method ParseHexString

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

ParseHexString(string)

Parses a hex string into its equivalent byte array.

public static byte[] ParseHexString(string s)

Parameters

s string

The hex string to parse.

Returns

byte[]

The byte equivalent of the hex string.