Click or drag to resize
Task Scheduler Managed Class Library

ActionToString Method (CultureInfo)

Returns a String that represents this action.

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

Return Value

Type: String
String representation of action.
See Also