Click or drag to resize

ArchiveDataPointToString(IFormatProvider) Method

Returns the text representation of ArchiveDataPoint object 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(
	IFormatProvider provider
)
View Source

Parameters

provider  IFormatProvider
An IFormatProvider that supplies culture-specific formatting information.

Return Value

String
A String value.
See Also