|   | ArchiveDataPointToString(IFormatProvider) Method | 
        
        
            Returns the text representation of 
ArchiveDataPoint object using the specified 
provider.
            
 GSF.Historian (in GSF.Historian.dll) Version: 2.4.257-beta
 Syntax
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);
Parameters
- provider  IFormatProvider
- An IFormatProvider that supplies culture-specific formatting information.
Return Value
StringA 
String value.
 See Also
See Also