value::as_bool Method
Convert the JSON value to a C++ bool, if and only if it is a Boolean value.
_ASYNCRTIMP bool as_bool() const;
Return Value
A C++ bool representation of the value
Requirements
Header: json.h
Namespace: web::json
Este explorador ya no se admite.
Actualice a Microsoft Edge para aprovechar las características y actualizaciones de seguridad más recientes, y disponer de soporte técnico.
Convert the JSON value to a C++ bool, if and only if it is a Boolean value.
_ASYNCRTIMP bool as_bool() const;
A C++ bool representation of the value
Header: json.h
Namespace: web::json