In This Topic
Construct a string representation of the Group and Element number of
Syntax
'Declaration
Public Shared Function KeywordTag( _
ByVal As Keyword, _
Optional ByVal 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 ,
System.string
)
public function KeywordTag(
: Keyword;
: System.String
): System.String; static;
public static function KeywordTag(
: Keyword,
: System.String
) : System.String;
public: static System.string* KeywordTag(
Keyword ,
System.string*
)
public:
static System.String^ KeywordTag(
Keyword ,
System.String^
)
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