|
ArchiveDataPointToString(String) Method
|
Returns the text representation of
ArchiveDataPoint object in the specified
format.
Namespace: GSF.Historian.FilesAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.207-beta
Syntax Public Overridable Function ToString (
format As String
) As String
function ToString(format);
View SourceParameters
- format String
- Format of text output (I for ID, T for Time, V for Value, Q for Quality).
Return Value
StringA
String value.
See Also