DicomObjects.NET.V8
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 String _
    ) As Integer
    'Usage
     
    Dim Name As String
    Dim value As Integer
     
    value = DicomGlobal.GetRegWord(Name)
    public static int GetRegWord( 
       string Name
    )
    public:
    static int GetRegWord( 
       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.0 or higher

    See Also