|
ArchiveDataPointToString(IFormatProvider) Method
|
Returns the text representation of
ArchiveDataPoint object using the specified
provider.
Namespace: GSF.Historian.FilesAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.248-beta
Syntaxpublic virtual string ToString(
IFormatProvider provider
)
Public Overridable Function ToString (
provider As IFormatProvider
) As String
public:
virtual String^ ToString(
IFormatProvider^ provider
)
abstract ToString :
provider : IFormatProvider -> string
override ToString :
provider : IFormatProvider -> string
function ToString(provider);
View SourceParameters
- provider IFormatProvider
- An IFormatProvider that supplies culture-specific formatting information.
Return Value
StringA
String value.
See Also