Click or drag to resize

JobStatusToString Method (IFormatProvider)

Gets a string representation of this JobStatus using a specific format provider.

Namespace:  Ookii.Jumbo.Jet
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public string ToString(
	IFormatProvider provider
)

Parameters

provider
Type: SystemIFormatProvider
An object that supplies culture-specific formatting information.

Return Value

Type: String
A string representation of this JobStatus.
See Also