| ResourceConfiguratorGetResourceString - метод |
Возвращает ресурсную строку из ресурсов указанного типа по имени ресурса.
Пространство имён:
FinistSoft.Engine
Сборка:
Engine (в Engine.dll) Версия: 1.0.0
Синтаксис public static string GetResourceString(
Type resourceType,
string name
)
Public Shared Function GetResourceString (
resourceType As Type,
name As String
) As String
Dim resourceType As Type
Dim name As String
Dim returnValue As String
returnValue = ResourceConfigurator.GetResourceString(resourceType,
name)
public static function GetResourceString(
resourceType : Type,
name : String
) : String
Параметры
- resourceType
- Тип: SystemType
Тип строкового ресурса. - name
- Тип: SystemString
Имя получаемого ресурса.
Возвращаемое значение
Тип:
StringЛокализованная строка ресурса.
См. также