←Select platform

ToHexString Method

Summary

Returns a hexadecimal representation of the DicomTag.

Syntax

C#
VB
Java
WinRT C#
C++
public string ToHexString() 
Public Function ToHexString() As String 
public string ToHexString() 
public String ToHexString() 
 function Leadtools.Dicom.DicomTag.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly