TriggerToString(CultureInfo) Method

Returns a String that represents this trigger in a specific language.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
public virtual string ToString(
	CultureInfo culture
)

Parameters

culture  CultureInfo
The language of the resulting string.

Return Value

String
String value of trigger.

See Also