Returns a hexadecimal representation of the DicomTag.
public string ToHexString()
Public Function ToHexString() As String
public string ToHexString()
public String ToHexString()
function Leadtools.Dicom.DicomTag.ToHexString()
public:
String^ ToHexString();
A String that represents the hexadecimal value of the DicomTag
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".
For an example, refer to Reset.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET