ReadString(RealTimeStringField) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Specific method for reading a field of type string from the currently locked record.
public virtual string ReadString(
RealTimeStringField fieldToRead
)
public:
virtual String^ ReadString(
RealTimeStringField^ fieldToRead
)
Parameters
- fieldToRead
- The field of interest to read.
Return Value
The value retrieved associated with the given field.