编码格式转换--base64 格式的解码和编码

Posted 0x16

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了编码格式转换--base64 格式的解码和编码相关的知识,希望对你有一定的参考价值。

using  System;
using  System.Collections.Generic;
using  System.IO;
using  System.Text;

namespace  LaoSanEncoding
{   
    
/// <summary>
    
/// base64加密解密类
    
/// 作者:老三/oncoding 07-8-23
    
/// </summary>

    public class Base64Coding
    
{
        
加密到base64格式函数

        
Base64Decode  解码函数
   }
//class
}

 程序运行结果:

程序运行结果图

 

以上是关于编码格式转换--base64 格式的解码和编码的主要内容,如果未能解决你的问题,请参考以下文章