GetInt64 Method
See Also 
SourceCode.Serialization Namespace > ArchiveX Class : GetInt64 Method



Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function GetInt64() As Long
Visual Basic (Usage) Copy Code
Dim instance As ArchiveX
Dim value As Long
 
value = instance.GetInt64()
C#  
public long GetInt64()
C++/CLI  
public:
int64 GetInt64(); 

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