Intersoft WebScheduler Documentation
ConvertToString(Object) Method
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebSchedulerDateTimeConverter Class > ConvertToString Method : ConvertToString(Object) Method






value

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overloads Function ConvertToString( _
   ByVal value As System.Object _
) As System.String
Visual Basic (Usage)Copy Code
Dim instance As WebSchedulerDateTimeConverter
Dim value As System.Object
Dim value As System.String
 
value = instance.ConvertToString(value)
C# 
public System.string ConvertToString( 
   System.object value
)
Delphi 
public function ConvertToString( 
    value: System.TObject
): System.String; 
JScript 
public function ConvertToString( 
   value : System.Object
) : System.String;
Managed Extensions for C++ 
public: System.string* ConvertToString( 
   System.Object* value
) 
C++/CLI 
public:
System.String^ ConvertToString( 
   System.Object^ value
) 

Parameters

value

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

©2013 Intersoft Solutions Corp. All Rights Reserved.