uaPLUS Reference
ExtractNumber Method
See Also  Send Feedback
Advosol.uaPLUS.HDA Namespace > ParsedNodeId Class : ExtractNumber Method

identifier
The identifier.
start
The start. Set the first non-digit character.

Glossary Item Box

Extracts a number from the string.

Syntax

Visual Basic (Declaration) 
Protected Shared Function ExtractNumber( _
   ByVal identifier As String, _
   ByRef start As Integer _
) As UInteger
C# 
protected static uint ExtractNumber( 
   string identifier,
   ref int start
)

Parameters

identifier
The identifier.
start
The start. Set the first non-digit character.

Return Value

The number

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.