public bool SetConvertValue(
DicomElement element,
string value,
int count
)
public:
bool SetConvertValue(
DicomElement^ element,
String^ value,
int 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.
For an example, refer to SetIntValue.
SetConvertValuePtr(DicomElement,IntPtr,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