The HexStyler type exposes the following members.

Constructors

  NameDescription
Public methodHexStyler
Constructor

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

Operators

  NameDescription
Public operatorStatic memberEquality
Operator == for the HexStyler object
Public operatorStatic memberInequality
If this style is NOT equal to obj

Fields

  NameDescription
Public fieldStatic memberCLASSIC
Classic style: FF12AB4D
Public fieldStatic memberMODERN
Netscape(TM) style: FF:12:AB:4D
Public fieldStatic memberNETSCAPE
Netscape(TM) style: FF:12:AB:4D
Public fieldStatic memberSPACE
Space style: FF 12 AB 4D
Public fieldStatic memberUNIX
Unix style: ff12ab4d

Properties

  NameDescription
Public propertyStyle
Get/Set the style ID for this Style.

See Also