Regex.GroupNumberFromName Method
.NET Framework 3.0
Returns the group number that corresponds to the specified group name.
Namespace: System.Text.RegularExpressions
Assembly: System (in system.dll)
Assembly: System (in system.dll)
'Declaration Public Function GroupNumberFromName ( _ name As String _ ) As Integer 'Usage Dim instance As Regex Dim name As String Dim returnValue As Integer returnValue = instance.GroupNumberFromName(name)
public int GroupNumberFromName ( String name )
public function GroupNumberFromName ( name : String ) : int
Not applicable.
Parameters
- name
The group name to convert to the corresponding group number.
Return Value
The group number that corresponds to the specified group name.Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: