TryParse

MultyDecodeType.TryParse method

MultyDecodeType の文字列表現をそのインスタンスに変換します。 戻り値は、変換が成功したか失敗したかを示します。

public static bool TryParse(string parsingType, out MultyDecodeType result)
パラメータタイプ説明
parsingTypeString変換する “AllSupportedTypes” または “EAN8,EAN13,CodaBar” の形式の文字列。
resultMultyDecodeType&変換が正常に完了すると、実際の MultyDecodeType が返されます。

戻り値

真実 s が正常に変換された場合。さもないと、 間違い.

関連項目