Retrieves a group name that corresponds to a group number.
[Visual Basic] Public Function GroupNameFromNumber( _ ByVal i As Integer _ ) As String [C#] public string GroupNameFromNumber( int i ); [C++] public: String* GroupNameFromNumber( int i ); [JScript] public function GroupNameFromNumber( i : int ) : String;
The desired group name.
Regex Class | Regex Members | System.Text.RegularExpressions Namespace