ResourcesGetString(Object, String) Method

Gets a String from the internal resources.

Definition

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.2.9017.0
C#
public static string GetString(
	Object obj,
	string key
)

Parameters

obj  Object
The Object requesting the resource.
key  String
The resource key to use to find the resource.

Return Value

String
A String containing the found resource.

Exceptions

ArgumentNullExceptionThrown if obj is null.

See Also