  | JobStatusToString(IFormatProvider) Method | 
            Gets a string representation of this 
JobStatus using a specific format provider.
            
 Namespace: Ookii.Jumbo.JetAssembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic string ToString(
	IFormatProvider? provider
)
Public Function ToString ( 
	provider As IFormatProvider
) As String
public:
String^ ToString(
	IFormatProvider^ provider
)
member ToString : 
        provider : IFormatProvider -> string Parameters
- provider  IFormatProvider
 - An object that supplies culture-specific formatting information.
 
Return Value
StringA string representation of this 
JobStatus.
See Also