| 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 numberTarget Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family