iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

NodeUtils.ParsePropertyTokens Method 

Replace properties by their values in the given string

[Visual Basic]
Public Shared Function ParsePropertyTokens( _
   ByVal String As String, _
   ByVal NameValueCollection As NameValueCollection _
) As String
[C#]
public static string ParsePropertyTokens(
   String str,
   NameValueCollection properties
);

Parameters

str
properties

Return Value

See Also

NodeUtils Class | IBatisNet.Common.Xml Namespace