public static function GetRegString( Name : System.String, Default : System.String ) : System.String;
'Declaration
Public Overloads Shared Function GetRegString( _ ByVal Name As System.String, _ ByVal Default As System.String _ ) As System.String
'Usage
Dim Name As System.String Dim Default As System.String Dim value As System.String value = DicomGlobal.GetRegString(Name, Default)
Parameters
- Name
The name of the registry key.
- Default
The default return value.
Return Value
string