'Declaration
Public Function GetString( _ ByVal name As System.String, _ ByVal defaultValue As System.String _ ) As System.String
'Usage
Dim instance As Preferences Dim name As System.String Dim defaultValue As System.String Dim value As System.String value = instance.GetString(name, defaultValue)
public System.string GetString( System.string name, System.string defaultValue )
Parameters
- name
- defaultValue