Click or drag to resize
Task Scheduler Managed Class Library

TriggerToString(CultureInfo) Method

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.12.0
Syntax
C#
public virtual string ToString(
	CultureInfo culture
)
Request Example View Source

Parameters

culture  CultureInfo
The language of the resulting string.

Return Value

String
String value of trigger.
See Also