TaskEnumGlobalizerGetString Method

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

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
public static string GetString(
	Object enumValue
)

Parameters

enumValue  Object
The enum value.

Return Value

String
A localized string, if available.

See Also