Click or drag to resize
ByteHelperFromBase64 Method
将 Base64 编码文本转换成 byte[]

Namespace: X3Platform.Util
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static byte[] 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