Click or drag to resize

TimeTagBaseToString(IFormatProvider) Method

Returns textual representation for timetag using the specified provider.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public virtual string ToString(
	IFormatProvider provider
)
View Source

Parameters

provider  IFormatProvider
An IFormatProvider that supplies culture-specific formatting information.

Return Value

String
String of textual representation for timetag.
See Also