The HexStyler type exposes the following members.

Methods

  NameDescription
Public methodStatic memberAvailableStyles
Availables hex styles
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Overrides Object..::..Equals(Object).)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFormat(String)
Given a stringbuilder of bytes values in hexadecimal format return a string in the wanted style.
Public methodStatic memberFormat(String, HexEnum)
Given a stringbuilder of bytes values in hexadecimal format return a string in the wanted style.
Public methodGetHashCode
Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides Object..::..GetHashCode()()()().)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberRecognize
Return the hex style format of an hexstring
Public methodToPlain
Transform the given string in this representation style into a string without style (the same to be given in input to Format method)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodTransform
Transform an HexStyler style to another style

See Also