GeometryUtilGetValue(String, String, String) Method

Return the value of the specified group member in a match found with the provided source and pattern.

Definition

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

Parameters

source  String
Source string to search.
pattern  String
Regular expression pattern to apply.
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