Method decode_value()
- Method decode_value
mixeddecode_value(stringcoded_value,void|Codeccodec)- Description
Decode a value from the string
coded_value.This function takes a string created with encode_value() or encode_value_canonic() and converts it back to the value that was coded.
If
codecis specified, it's used as the codec for the decode. If none is specified, then one is instantiated throughmaster()->Decoder(). As a compatibility fallback, the master itself is used if it has noDecoderclass.- See also