Click or drag to resize

JobStatusToString(IFormatProvider) Method

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: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public string ToString(
	IFormatProvider? provider
)

Parameters

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

Return Value

String
A string representation of this JobStatus.
See Also