PKI-Lite - v1.0.5
    Preparing search index...
    interface IStringConvertible {
        fromString(data: string): void;
        toString(): string;
    }

    Implemented by

    Index

    Methods

    • Creates a class object from the string

      Parameters

      • data: string

        Input string to convert from

      Returns void

    • Returns a string representation of an object

      Returns string

      String representation of the class object