|
ArchiveDataPointToString(String, IFormatProvider) Method
|
Returns the text representation of
ArchiveDataPoint object in the specified
format
using the specified
provider.
Namespace: GSF.Historian.FilesAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.248-beta
Syntaxpublic virtual string ToString(
string format,
IFormatProvider provider
)
Public Overridable Function ToString (
format As String,
provider As IFormatProvider
) As String
public:
virtual String^ ToString(
String^ format,
IFormatProvider^ provider
)
abstract ToString :
format : string *
provider : IFormatProvider -> string
override ToString :
format : string *
provider : IFormatProvider -> string
function ToString(format, provider);
View SourceParameters
- 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
StringA
String value.
Implements
IFormattableToString(String, IFormatProvider)
See Also