Click or drag to resize
Task Scheduler Managed Class Library

TriggerToString Method (CultureInfo)

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

Namespace:  Microsoft.Win32.TaskScheduler
Assembly:  Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntax
public virtual string ToString(
	CultureInfo culture
)
Request Example View Source

Parameters

culture
Type: System.GlobalizationCultureInfo
The language of the resulting string.

Return Value

Type: String
String value of trigger.
See Also