 | 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
Syntaxpublic static string GetString(
Object enumValue
)
Public Shared Function GetString (
enumValue As Object
) As String
public:
static String^ GetString(
Object^ enumValue
)
Request Example
View SourceParameters
- enumValue
- Type: SystemObject
The enum value.
Return Value
Type:
StringA localized string, if available.
See Also