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



In This Topic
    KeywordTag Method
    In This Topic
    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 String _
    ) As String
    'Usage
     
    
    Dim keyword As Keyword
    Dim separator As String
    Dim value As String
     
    value = DicomGlobal.KeywordTag(keyword, separator)
    public static string KeywordTag( 
       Keyword keyword,
       string separator
    )
    public:
    static String^ KeywordTag( 
       Keyword keyword,
       String^ 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also