←Select platform

ToHexString Method

Summary
Returns a hexadecimal representation of the DicomTag.
Syntax
C#
VB
C++
Java
public string ToHexString() 
Public Function ToHexString() As String 
public String ToHexString() 
public: 
String^ ToHexString();  

Return Value

A String that represents the hexadecimal value of the DicomTag

Remarks

Use this method to return a hexadecimal string representation of the DicomTag. The string is 0 padded to nine characters, with a semi-colon separating the group and element numbers. For example, if DicomTag is DicomTag.PatientID (0x00100020), then ToHexString returns the string "0010:0020".

Example

For an example, refer to Reset.

Requirements

Target Platforms

See Also

Reference

DicomTag Class

DicomTag Members

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.