Converts a string and sets the value of an element.
public bool SetConvertValue(
Leadtools.Dicom.DicomElement element,
string value,
uint count
)
Public Overloads Function SetConvertValue( _
ByVal element As Leadtools.Dicom.DicomElement, _
ByVal value As String, _
ByVal count As UInteger _
) As Boolean
public bool SetConvertValue(
Leadtools.Dicom.DicomElement element,
string value,
uint count
)
function Leadtools.Dicom.DicomDataSet.SetConvertValue(DicomElement,String,UInt32)(
element ,
value ,
count
)
public:
bool SetConvertValue(
Leadtools.Dicom.DicomElement^ element,
String^ value,
uint count
)
element
An item in the Data Set.
value
Character string that contains the string to be converted to one or more values.
count
Value that represents the number of values in value.
true if the method completed successfully; otherwise, false.
SetConvertValuePtr(DicomElement,IntPtr,Int32) Method
SetStringValue(DicomElement,String,DicomCharacterSetType) Method
SetStringValue(DicomElement,String[],DicomCharacterSetType) Method
SetStringValue(DicomElement,String) Method
SetStringValue(DicomElement,String[]) Method
SetStringValuePtr(DicomElement,IntPtr,Int32) Method
SetStringValuePtr(DicomElement,IntPtr,UInt32,DicomCharacterSetType) Method
SetBinaryValue(DicomElement,Byte[],Int32) Method
SetShortValue(DicomElement,Int16[],Int32) Method
SetIntValue(DicomElement,Int32[],Int32) Method
SetFloatValue(DicomElement,Single[],Int32) Method
SetDoubleValue(DicomElement,Double[],Int32) Method
SetDateValue(DicomElement,DicomDateValue[]) Method
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