const char *
Contents
Copyright
2009-present, MongoDB, Inc.
1.30.4 Jun 08, 2025 MONGOC_SERVER_API_VERSION_TO_STRING(3)
Parameters
• version: A mongoc_server_api_version_tReturns
Returns the string representation of version or NULL. The returned string should not be freed.
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.
