ResourceReferenceValueTryParse Method
Tries to parse to input string. String must be in the format "$(@ [Dll], [ResourceID])".
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
public static bool TryParse(
string value,
out ResourceReferenceValue resourceRef
)
- value String
- The input string value.
- resourceRef ResourceReferenceValue
- The resource reference to be returned. On failure, this value equals null.
BooleanA new
ResourceReferenceValue instance on success or
null on failure.