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.
.net は、base64 エンコーディングとの間の変換の独自の実装を提供しますが、独自のエンコードを作成している人を時々見かけます。.netが提供するものを使用するのではなく、カスタムエンコーダーを作成する必要がある実際のアプリケーションは何になるのでしょうか
これらは通常、別の環境から移植されたコードで発生します。
.Net には、 および に十分な Bas64 機能がConvert.ToBase64StringありSystem.Security.Cryptography.ToBase64Transformます。自分で書く必要はありません。
Convert.ToBase64String
System.Security.Cryptography.ToBase64Transform