Click or drag to resize
Task Scheduler Managed Class Library

TaskEnumGlobalizerGetString Method

Gets a string representing the localized value of the provided enum.

Namespace:  Microsoft.Win32.TaskScheduler
Assembly:  Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntax
public static string GetString(
	Object enumValue
)
Request Example View Source

Parameters

enumValue
Type: SystemObject
The enum value.

Return Value

Type: String
A localized string, if available.
See Also