Parse

DecodeType.Parse method

将 SingleDecodeType 的字符串表示形式转换为其实例。 返回值指示转换是成功还是失败。

public static bool Parse(string parsingType, out SingleDecodeType result)
范围类型描述
parsingTypeString包含要转换的 SingleDecodeType 表示的字符串。
resultSingleDecodeType&当转换成功完成时,返回一个实际的 SingleDecodeType;

返回值

真的如果 s 转换成功;否则, 错误的.

也可以看看