DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomGlobal Class / GetRegWord Method / GetRegWord(String) Method

The name of the registry key.







In This Topic
    GetRegWord(String) Method
    In This Topic
    Returns the value of a cached key
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function GetRegWord( _
       ByVal Name As System.String _
    ) As System.Integer
    'Usage
     
    
    Dim Name As System.String
    Dim value As System.Integer
     
    value = DicomGlobal.GetRegWord(Name)
    public static System.int GetRegWord( 
       System.string Name
    )
    public function GetRegWord( 
        Name: System.String
    ): System.Integer; static; 
    public static function GetRegWord( 
       Name : System.String
    ) : System.int;
    public: static System.int GetRegWord( 
       System.string* Name
    ) 
    public:
    static System.int GetRegWord( 
       System.String^ Name
    ) 

    Parameters

    Name

    The name of the registry key.

    Return Value

    int
    Remarks
    This method returns the registry key values from a internal look up table. If Name does not exist in that table, it will return 0.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also