The HexStyler type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | HexStyler |
Constructor
|
Methods
Name | Description | |
---|---|---|
![]() ![]() | AvailableStyles |
Availables hex styles
|
![]() | Equals |
Determines whether the specified Object is equal to the current Object.
(Overrides Object..::..Equals(Object).) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | Format(String) |
Given a stringbuilder of bytes values in hexadecimal format
return a string in the wanted style.
|
![]() ![]() | Format(String, HexEnum) |
Given a stringbuilder of bytes values in hexadecimal format
return a string in the wanted style.
|
![]() | GetHashCode |
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()()()().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | Recognize |
Return the hex style format of an hexstring
|
![]() | ToPlain |
Transform the given string in this representation style into a string without style
(the same to be given in input to Format method)
|
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
![]() | Transform |
Transform an HexStyler style to another style
|
Operators
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Operator == for the HexStyler object
|
![]() ![]() | Inequality |
If this style is NOT equal to obj
|
Fields
Name | Description | |
---|---|---|
![]() ![]() | CLASSIC |
Classic style: FF12AB4D
|
![]() ![]() | MODERN |
Netscape(TM) style: FF:12:AB:4D
|
![]() ![]() | NETSCAPE |
Netscape(TM) style: FF:12:AB:4D
|
![]() ![]() | SPACE |
Space style: FF 12 AB 4D
|
![]() ![]() | UNIX |
Unix style: ff12ab4d
|
Properties
Name | Description | |
---|---|---|
![]() | Style |
Get/Set the style ID for this Style.
|