CryptoSys PKI Pro Manual

cnvBytesFromB64Str

Decode a base64-encoded string as an array of Bytes.

Syntax

[VBA]
Public Function cnvBytesFromB64Str ( _
    szB64 As String _
) As Byte()

Parameters

szB64
Base64 data to be decoded.

Return Value

Byte(): Binary data in byte array, or an empty array on error.

Remarks

Same as cnvFromBase64.
[PREV: cnvByteEncoding...]   [Contents]   [Index]   
   [NEXT: cnvBytesFromHexStr...]

Copyright © 2004-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-09-23T07:52:09Z.