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 browser já não é suportado.
Atualize para o Microsoft Edge para tirar partido das mais recentes funcionalidades, atualizações de segurança e de suporte 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