Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 888 Bytes

File metadata and controls

43 lines (34 loc) · 888 Bytes
title default::(type_name)::ToString Method | Microsoft Docs
ms.custom
ms.date 12/30/2016
ms.technology cpp-windows
ms.reviewer
ms.suite
ms.tgt_pltfrm
ms.topic language-reference
f1_keywords
VCCORLIB/Platform::Object::ToString
dev_langs
C++
ms.assetid 2541955f-d844-4bd8-944d-185198c86579
caps.latest.revision 4
author ghogen
ms.author ghogen
manager ghogen

default::(type_name)::ToString Method

Returns a string that represents the current type.

Syntax

  
String^ ToString()  

Return Value

A string that represents the current object.

Requirements

Minimum supported client: Windows 8

Minimum supported server: Windows Server 2012

Namespace: default

Header: vccorlib.h

See Also

default namespace