CryptoSys API Library Manual

cnvBytesFromB64Str

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

Syntax

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

Parameters

strB64
Base64 data to be decoded.

Return Value

Byte(): Array of bytes.

Remarks

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

Copyright © 2001-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-01-07T07:42:00Z.