Click or drag to resize

SecretParser Class

A convenience class used to convert raw secret data into the display format used by the games.
Inheritance Hierarchy
SystemObject
  Zyrenth.ZoraSecretParser

Namespace:  Zyrenth.Zora
Assembly:  ZoraSharp (in ZoraSharp.dll) Version: 2.3
Syntax
public static class SecretParser

The SecretParser type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCode exampleCreateString
Creates a string representation of a secret byte array.
Public methodStatic memberCode exampleParseSecret
Converts a secret string into a byte array.
Top
See Also