QuickOPC User's Guide and Reference
ToInt32 Method (_UAServiceResult)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.ComTypes Namespace > _UAServiceResult Interface : ToInt32 Method
Converts the service results to an integer, by taking the code bits of the status code.
Syntax
'Declaration
 
Function ToInt32() As Integer
'Usage
 
Dim instance As _UAServiceResult
Dim value As Integer
 
value = instance.ToInt32()
int ToInt32()
int ToInt32(); 

Return Value

Returns the code bits of the service result's status code.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also