Click or drag to resize

ArchiveDataPointToString(String, IFormatProvider) Method

Returns the text representation of ArchiveDataPoint object in the specified format using the specified provider.

Namespace: GSF.Historian.Files
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public virtual string ToString(
	string format,
	IFormatProvider provider
)
View Source

Parameters

format  String
Format of text output (I for ID, T for Time, V for Value, Q for Quality).
provider  IFormatProvider
An IFormatProvider that supplies culture-specific formatting information.

Return Value

String
A String value.

Implements

IFormattableToString(String, IFormatProvider)
See Also