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

The name of the registry key.







    GetRegWord(String) Method
    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)

    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