ResourcesGetString(Type, String) Method
Gets a
String from the internal resources.
Namespace: InnerDrive.CoreAssembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.2.9017.0
public static string GetString(
Type type,
string key
)
- type Type
- The Type of Object requesting the resource.
- key String
- The resource key to use to find the resource.
StringA
String containing the found resource.