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