Click or drag to resize
Task Scheduler Managed Class Library

ActionToString(CultureInfo) Method

Returns a String that represents this action.

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 culture.

Return Value

String
String representation of action.
See Also