Version

replaceKeywords Method

Replaces keywords in a format string and returns the resulting text.
Syntax
'Declaration
 
Public Shared Function replaceKeywords( _
   ByVal environment As Hashtable, _
   ByVal str As String _
) As String
public static string replaceKeywords( 
   Hashtable environment,
   string str
)

Parameters

environment
The environment hash with current settings to match keywords to.
str
The format string to convert to a text string.

Return Value

The format string, with keywords taken out of the environment, formatted and converted to a text string.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also