←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly