Windward Engine API Reference
GetNativeValue Method
See Also  Send comments on this topic.
WindwardReportsDrivers.net.windward.datasource.xml Namespace > XPathDataSource Class : GetNativeValue Method




Glossary Item Box

Return the nav.Value in the native type (bool, int, etc).

Syntax

Visual Basic (Declaration) 
Public Shared Function GetNativeValue( _
   ByVal nav As XPathNavigator _
) As Object
Visual Basic (Usage)Copy Code
Dim nav As XPathNavigator
Dim value As Object
 
value = XPathDataSource.GetNativeValue(nav)
C# 
public static object GetNativeValue( 
   XPathNavigator nav
)
Managed Extensions for C++ 
public: static Object* GetNativeValue( 
   XPathNavigator* nav
) 
C++/CLI 
public:
static Object^ GetNativeValue( 
   XPathNavigator^ nav
) 

Parameters

nav
The navigator to read the value of

Return Value

The value in its native format.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.