Click or drag to resize

ResourcesGetString(Type, String) Method

Gets a String from the internal resources.

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.0.8475.0
Syntax
C#
public static string GetString(
	Type type,
	string key
)

Parameters

type  Type
The Type of 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
ExceptionCondition
ArgumentNullExceptionThrown if key is null.
See Also