Interface IQuoteState

    • Method Detail

      • encodeString

        String encodeString​(String value,
                            int quoteSymbol)
        Encodes a string value.
        Parameters:
        value - A string value to be encoded.
        quoteSymbol - A string quote character.
        Returns:
        An encoded string.
      • decodeString

        String decodeString​(String value,
                            int quoteSymbol)
        Decodes a string value.
        Parameters:
        value - A string value to be decoded.
        quoteSymbol - A string quote character.
        Returns:
        An decoded string.