BaseEncodeType.Parse

BaseEncodeType.Parse method

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

public static BaseEncodeType Parse(string stringEncodeType)
ParameterTypeDescription
stringEncodeTypeStringA string containing the name of a BaseEncodeType to convert.

Return Value

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

See Also