BaseDecodeTypeTryParse Method |
Name | Description | |
---|---|---|
![]() ![]() | TryParse(String, BaseDecodeType) |
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.
|
![]() ![]() | TryParse(String, MultyDecodeType) |
Converts the string representation of a MultyDecodeType to its instance.
A return value indicates whether the conversion succeeded or failed.
|
![]() ![]() | TryParse(String, SingleDecodeType) |
Converts the string representation of a SingleDecodeType to its instance.
A return value indicates whether the conversion succeeded or failed.
|