Visual Basic (Declaration) | |
---|---|
Public Overloads Function ConvertToInvariantString( _ ByVal value As System.Object _ ) As System.String |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As WebSchedulerDateTimeConverter Dim value As System.Object Dim value As System.String value = instance.ConvertToInvariantString(value) |
C# | |
---|---|
public System.string ConvertToInvariantString( System.object value ) |
Delphi | |
---|---|
public function ConvertToInvariantString( value: System.TObject ): System.String; |
JScript | |
---|---|
public function ConvertToInvariantString( value : System.Object ) : System.String; |
Managed Extensions for C++ | |
---|---|
public: System.string* ConvertToInvariantString( System.Object* value ) |
C++/CLI | |
---|---|
public: System.String^ ConvertToInvariantString( System.Object^ value ) |
Parameters
- value
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