GeometryUtilGetValue(Match, String) Method

Return the value of the specified group member in the provided match.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static string GetValue(
	Match match,
	string groupName
)

Parameters

match  Match
Reference to the match to be inspected.
groupName  String
Name of the group for which the value will be found.

Return Value

String
The value found in the specified group, if found. Otherwise, empty string.

See Also