BaseDecodeType

BaseDecodeType class

Base class for MultyDecodeType and SingleDecodeType.

The BaseDecodeType type exposes the following members:

Methods

Name Description
equals(other) Returns a value indicating whether this instance is equal to a specified SingleDecodeType value.
equals(other) Returns a value indicating whether this instance is equal to a specified MultyDecodeType value.
equals(other) Returns a value indicating whether this instance is equal to a specified SingleDecodeType value.
try_parse(parsing_type, result) Converts the string representation of a SingleDecodeType to its instance.
A return value indicates whether the conversion succeeded or failed.
try_parse(parsing_type, result) Converts the string representation of a MultyDecodeType to its instance.
A return value indicates whether the conversion succeeded or failed.
try_parse(parsing_type, result) Converts the string representation of a BaseDecodeType to its instance, having determined the concrete type.
A return value indicates whether the conversion succeeded or failed.
contains_any(types) Determines whether any of the given decode types is included into

See Also