public bool SetConvertValuePtr(
DicomElement element,
IntPtr value,
int count
)
public:
bool SetConvertValuePtr(
DicomElement^ element,
IntPtr value,
int count
)
element
An item in the Data Set.
value
Pointer to 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.
For an example, refer to SetIntValue.
SetConvertValue(DicomElement,String,Int32) Method
SetStringValue(DicomElement,string) Method
SetStringValue(DicomElement,string,DicomCharacterSetType) Method
SetStringValue(DicomElement,string[]) Method
SetStringValue(DicomElement,string[],DicomCharacterSetType) Method
SetStringValuePtr(DicomElement,IntPtr,int) Method
SetStringValuePtr(DicomElement,IntPtr,int,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