SiDicomValueGetString Method (UInt64) |
Get the internally stored string.
Namespace: OIV.VolumeViz.Readers.DicomAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public 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:
StringRemarks If the value's type is not STRING, this method will return an empty string.
See Also