Enum Conversion
The available conversion formats.
Namespace: RuriLib
Assembly: RuriLib.dll
Syntax
public enum Conversion
Fields
Name | Description |
---|---|
BASE64 | A base64 representation of a byte array. |
BIN | A binary representation of a byte array, containing a multiple of 8 binary digits. |
HEX | A hexadecimal representation of a byte array. |