BaseTextGeneratorGetNextValue Method |
Returns the generated text.
Namespace: RAYLASE.Marker.Common.TextGeneratorAssembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntaxpublic string GetNextValue(
bool peek,
bool preUpdate,
Guid? simulationID
)
Parameters
- peek Boolean
- Gets the value without changing the state.
- preUpdate Boolean
- Value can be updated before and after execution.
- simulationID NullableGuid
- A unique ID to indicate that the content is simulated using the given ID as the key. The simulated value is reset to the last non-simulated value if the ID changes. The last non-simulated value will be used if the ID is null.
Return Value
StringThe generated text.
See Also