SingleDecodeType.Parse

SingleDecodeType.Parse method

Converts the string representation of the name of a SingleDecodeType to its instance.

public static SingleDecodeType Parse(string stringDecodeType)
ParameterTypeDescription
stringDecodeTypeStringA string containing the name of a SingleDecodeType to convert.

Return Value

the instance of , if conversion was successful; otherwise, it returns .

See Also