GetRegWord(String,Int32) Method
In This Topic
Returns the value of a cached key with default value
Syntax
'Declaration
Public Overloads Shared Function GetRegWord( _
ByVal As System.String, _
ByVal As System.Integer _
) As System.Integer
'Usage
Dim Name As System.String
Dim Default As System.Integer
Dim value As System.Integer
value = DicomGlobal.GetRegWord(Name, Default)
public static System.int GetRegWord(
System.string ,
System.int
)
public function GetRegWord(
: System.String;
: System.Integer
): System.Integer; static;
public static function GetRegWord(
: System.String,
: System.int
) : System.int;
public: static System.int GetRegWord(
System.string* ,
System.int
)
public:
static System.int GetRegWord(
System.String^ ,
System.int
)
Parameters
- Name
The name of the registry key.
- Default
The default return value.
Return Value
int
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also