DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomGlobal Class / KeywordTag Method
Keyword to convert to string value
String to separate Group and Element string representation






    KeywordTag Method
    Construct a string representation of the Group and Element number of keyword
    Syntax
    'Declaration
     
    
    Public Shared Function KeywordTag( _
       ByVal keyword As Keyword, _
       Optional ByVal separator As System.String _
    ) As System.String
     
    'Usage
     
    
    Dim keyword As Keyword
    Dim separator As System.String
    Dim value As System.String
     
    value = DicomGlobal.KeywordTag(keyword, separator)

    Parameters

    keyword
    Keyword to convert to string value
    separator
    String to separate Group and Element string representation

    Return Value

    String value of the keyword
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also