Windward Studios API Reference
valueToString Method
See Also  Send comments on this topic.
WindwardReportsDrivers.net.windward.datasource.abstract_datasource Namespace > IDataSourceDotNetQueryHelper Interface : valueToString Method




obj

Glossary Item Box

Syntax

Visual Basic (Declaration) 
<IKVM.Attributes.ThrowsAttribute(System.String[])>
Function valueToString( _
   ByVal obj As Object _
) As String
Visual Basic (Usage)Copy Code
Dim instance As IDataSourceDotNetQueryHelper
Dim obj As Object
Dim value As String
 
value = instance.valueToString(obj)
C# 
[IKVM.Attributes.Throws(System.String[])]
string valueToString( 
   object obj
)
Managed Extensions for C++ 
[IKVM.Attributes.Throws(System.String[])]
string* valueToString( 
   Object* obj
) 
C++/CLI 
[IKVM.Attributes.Throws(System.String[])]
String^ valueToString( 
   Object^ obj
) 

Parameters

obj

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software