Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私が使用しているこのサードパーティ コンポーネントは、電子メールの添付ファイルを文字列型のプロパティに保存していることがわかりました (既にデコードされています)。
これを今すぐファイルに保存するにはどうすればよいですか?
ファイル名、encodingtype、およびファイルの文字列表現があります。
StreamWriter/TextWriter クラスを使用してファイルを開き、.Write メソッドを呼び出します。または、最初に Convert.ToBase64String で base64 エンコードすることもできます。