C# Class Platform.Xml.Serialization.XmlEnvironmentVariableSubstitutor

Inheritance: IVariableSubstitutor
Datei anzeigen Open project: platformdotnet/Platform

Public Methods

Method Description
Substitute ( string value ) : string

Protected Methods

Method Description
EnvironmentVariableMatchEvaluator ( Match value ) : string

Private Methods

Method Description
XmlEnvironmentVariableSubstitutor ( ) : System

Method Details

EnvironmentVariableMatchEvaluator() protected static method

protected static EnvironmentVariableMatchEvaluator ( Match value ) : string
value System.Text.RegularExpressions.Match
return string

Substitute() public method

public Substitute ( string value ) : string
value string
return string