ToString(string) Method

Summary

Returns a String that represents this instance.

Syntax
C#
VB
C++
public string ToString( 
   string format 
) 
Public Overloads Function ToString( _ 
   ByVal format As String _ 
) As String 
public: 
String^ ToString(  
   String^ format 
)  

Parameters

format
The format of the return string.

Return Value

A String that represents this instance.

Requirements

Target Platforms

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

Leadtools.Dicom.Common Assembly