toVector

Export BIO contents as an array of chars

Param: bio = pointer to a BIO structure

char[]
toVector
(
BIO* bio
)

Return Value

Type: char[]

An array of chars representing the BIO structure

Meta