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






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 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)
    public static System.string KeywordTag( 
       Keyword keyword,
       System.string separator
    )
    public function KeywordTag( 
        keyword: Keyword;
        separator: System.String
    ): System.String; static; 
    public static function KeywordTag( 
       keyword : Keyword,
       separator : System.String
    ) : System.String;
    public: static System.string* KeywordTag( 
       Keyword keyword,
       System.string* separator
    ) 
    public:
    static System.String^ KeywordTag( 
       Keyword keyword,
       System.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: .NET CLR 4.8 or higher

    See Also