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.181-beta
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