Click or drag to resize

TimeTagBaseToString(String, IFormatProvider) Method

Returns textual representation for timetag in the specified format using the specified provider.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.251-beta+c370f3da3791592278238855631f53a5ff418c68
Syntax
public virtual string ToString(
	string format,
	IFormatProvider provider
)
View Source

Parameters

format  String
Format of text output.
provider  IFormatProvider
An IFormatProvider that supplies culture-specific formatting information.

Return Value

String
String of textual representation for timetag.

Implements

IFormattableToString(String, IFormatProvider)
See Also