DataSource.NET
Match Method (subjectName)
NamespacesCaplin.DataSource.NamespaceRegexNamespaceMatch(String)
Tests a subject string to see if it falls within this INamespace.
Declaration Syntax
C#Visual BasicVisual C++
public bool Match(
	string subjectName
)
Public Function Match ( _
	subjectName As String _
) As Boolean
public:
virtual bool Match(
	String^ subjectName
) sealed
Parameters
subjectName (String)
The subject to be tested for matching
Return Value
True if subject falls within this INamespace, false otherwise

Assembly: DataSource.NET (Module: DataSource.NET) Version: 6.2.6.2123 (6.2.6.2123)