Click or drag to resize
SiDicomValueGetString Method (UInt64)

Get the internally stored string.

Namespace: OIV.VolumeViz.Readers.Dicom
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public string GetString(
	ulong idx
)

Parameters

idx
Type: SystemUInt64

the index of the scalar value to get.

Return Value

Type: String
Remarks

If the value's type is not STRING, this method will return an empty string.

See Also