Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.05 KB

Assorted.Utils.Crypto.ByteConvert.md

File metadata and controls

32 lines (20 loc) · 1.05 KB

ByteConvert Class

Namespace: Assorted.Utils.Crypto
Assembly: Assorted.Utils (Assorted.Utils.dll) version 1.1.0.0
Inheritance: object ByteConvert

Converts an array of bytes to and from a string of hexadecimal digits.

Syntax

public static class ByteConvert

Methods

Method Description
FromHex(string) Converts a hexadecimal string to its equivalent array of bytes.
ToHex(Byte[]) Converts the numeric value of each element of a specified array of bytes to its equivalent hexadecimal string representation.

Thread Safety

Any public static member of this type is thread-safe, but instance members are not guaranteed to be thread-safe.

See Also


This document is generated by DG.