Overview

Location

Class Methods


Decode  virtual

class method Decode(toDecode: String): List<KeyValuePair<String, String>>
static List<KeyValuePair<String, String>> Decode(String toDecode)
static func Decode(_ toDecode: String) -> List<KeyValuePair<String, String>>
Shared Function Decode(toDecode As String) As List<KeyValuePair<String, String>>

Parameters:

  • toDecode:

Instance Methods


constructor  protected Island