ConfigurationHelperService.GetSectionName(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Formats the group name and the key name.
public:
System::String ^ GetSectionName(System::String ^ settingsGroupName, System::String ^ key);
public:
Platform::String ^ GetSectionName(Platform::String ^ settingsGroupName, Platform::String ^ key);
std::wstring GetSectionName(std::wstring const & settingsGroupName, std::wstring const & key);
public string GetSectionName (string settingsGroupName, string key);
member this.GetSectionName : string * string -> string
Public Function GetSectionName (settingsGroupName As String, key As String) As String
Parameters
- settingsGroupName
- String
The group name.
- key
- String
The key.
Returns
A formatted string of the form settingsGroupName.key.