ReplaceVariableTokens Method (ScriptHostInterface)
In This Topic
Expands variable tokens in a string
Syntax
'Declaration
Public Shared Function ReplaceVariableTokens( _
ByVal As String _
) As String
public static string ReplaceVariableTokens(
string
)
public:
static String^ ReplaceVariableTokens(
String^
)
Parameters
- source
- The string to expand tokens in.
See Also