Any special xml node values indicating an environmental variable is resolved.
'Declaration
Protected Function inlineEnvVariables( _
ByVal As System.String _
) As System.String
'Usage
Dim instance As ApplicationConfig
Dim str As System.String
Dim value As System.String
value = instance.inlineEnvVariables(str)
protected System.string inlineEnvVariables(
System.string
)
protected function inlineEnvVariables(
: System.String
): System.String;
protected function inlineEnvVariables(
: System.String
) : System.String;
protected: System.string* inlineEnvVariables(
System.string*
)
protected:
System.String^ inlineEnvVariables(
System.String^
)
Parameters
- str
- The xml string to search for an environmental name.
Return Value
The expanded environmental value if it exists or the original string if does not.