System.Security.Permissions.EnvironmentStringExpressionSet.ProcessWholeString C# (CSharp) Method

ProcessWholeString() protected method

protected ProcessWholeString ( String str ) : String
str String
return String
        protected override String ProcessWholeString( String str )
        {
            return str;
        }