CryptoSys PKI Pro Manual

cnvByteEncoding

Convert encoding of byte array between UTF-8 and Latin-1.

Syntax

[VBA]
Public Function cnvByteEncoding ( _
    lpInput() As Byte, _
    nOptions As Long _
) As Byte()

Parameters

lpInput
Base58-encoded data.
nOptions
Option flags. Select one of:
PKI_CNV_UTF8_FROM_LATIN1
PKI_CNV_LATIN1_FROM_UTF8

Return Value

Byte(): Converted data (or empty array on error).
[PREV: cnvBase58ToBytes...]   [Contents]   [Index]   
   [NEXT: cnvBytesFromB64Str...]

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