ByteHelperToBase64 Method |
将 Base64 编码文本转换成文本
Namespace: X3Platform.UtilAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic static string ToBase64(
byte[] buffer
)
public:
static String^ ToBase64(
array<unsigned char>^ buffer
)
Parameters
- buffer
- Type: SystemByte
[Missing <param name="buffer"/> documentation for "M:X3Platform.Util.ByteHelper.ToBase64(System.Byte[])"]
Return Value
Type:
String[Missing <returns> documentation for "M:X3Platform.Util.ByteHelper.ToBase64(System.Byte[])"]
See Also