GoldDotNet Documentation

Parser.GetParameter Method 

Returns a string containing the value of the specified parameter.

public string GetParameter(
   string p_name
);

Remarks

These parameters include: Name, Version, Author, About, Case Sensitive and Start Symbol. If the name specified is invalid, this method will return an empty string.

See Also

Parser Class | DevinCook.GoldParser Namespace