Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 672 Bytes

File metadata and controls

34 lines (22 loc) · 672 Bytes
description Learn more about: default::(type_name)::ToString Method
title default::(type_name)::ToString Method
ms.date 12/30/2016
f1_keywords
VCCORLIB/Platform::Object::ToString
ms.assetid 2541955f-d844-4bd8-944d-185198c86579

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