ToString Method

Summary
Returns a string that represents the current Object.
Syntax
C#
C++/CLI
public override string ToString() 
public: 
String^ ToString(); override  

Return Value

A human readable string.

Remarks

The returned string is culture-sensitive. For example, for an instance of the Double class whose value is zero, the implementation of Double.ToString might return "0.00" or "0,00" depending on the current UI culture. The default implementation returns the fully qualified name of the type of the Object.

Requirements

Target Platforms

See Also

Reference

Device Class

Device Members

Help Version 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.