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.12.0
Syntax
C#
public static string GetString(
	Object enumValue
)
Request Example View Source

Parameters

enumValue  Object
The enum value.

Return Value

String
A localized string, if available.
See Also