mongoc_server_api_version_to_string - Man Page
mongoc_server_api_version_to_string()
Synopsis
const char * mongoc_server_api_version_to_string (mongoc_server_api_version_t version);
Returns the string representation of version, or NULL if version has no string representation.
Parameters
- version: A mongoc_server_api_version_t
Returns
Returns the string representation of version or NULL. The returned string should not be freed.
Author
MongoDB, Inc
Copyright
2017-present, MongoDB, Inc
Info
May 09, 2023 1.23.4 libmongoc