Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
Base class for MultyDecodeType and SingleDecodeType.
The BaseDecodeType type exposes the following members:
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 |
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.