GeometryUtilGetValue(Match, String) Method
Return the value of the specified group member in the provided match.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static string GetValue(
Match match,
string groupName
)
Public Shared Function GetValue (
match As Match,
groupName As String
) As String
No code example is currently available or this language may not be supported.
- match Match
-
Reference to the match to be inspected.
- groupName String
-
Name of the group for which the value will be found.
String
The value found in the specified group, if found. Otherwise, empty
string.