PexSettingsStoreAttributeBase.GetStringValue(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.
Gets the string value.
protected:
System::String ^ GetStringValue(System::String ^ name, System::String ^ defaultValue);
protected string GetStringValue (string name, string defaultValue);
member this.GetStringValue : string * string -> string
Protected Function GetStringValue (name As String, defaultValue As String) As String
Parameters
- name
- String
The name.
- defaultValue
- String
The default value.