LEADTOOLS Medical (Leadtools.Dicom assembly)

ToHexString Method

Show in webframe







Returns a hexadecimal representation of the DicomTag.
Syntax
public string ToHexString()
'Declaration
 
Public Function ToHexString() As String
'Usage
 
Dim instance As DicomTag
Dim value As String
 
value = instance.ToHexString()
public string ToHexString()

            
public String ToHexString()
 function Leadtools.Dicom.DicomTag.ToHexString()
public:
String^ ToHexString(); 

Return Value

A System.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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features