| SiDicomValueGetString Method (UInt64) | 
Get the internally stored string. 
 
Namespace: OIV.VolumeViz.Readers.DicomAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic string GetString(
	ulong idx
)
Public Function GetString ( 
	idx As ULong
) As String
public:
String^ GetString(
	unsigned long long idx
)
member GetString : 
        idx : uint64 -> string 
Parameters
- idx
 - Type: SystemUInt64
the index of the scalar value to get. 
 
Return Value
Type: 
String
RemarksIf the value's type is not STRING, this method will return an empty string.
See Also