GrapeCity ActiveReports for .NET 16.0J
GetString(String) メソッド

GrapeCity.ActiveReports.Tools 名前空間 > EmbeddedResourceManager クラス > GetString メソッド : GetString(String) メソッド
The name of the resource to retrieve.
Returns the value of the specified string resource.
シンタックス
'宣言
 
Public Overloads Function GetString( _
   ByVal name As String _
) As String
public string GetString( 
   string name
)

パラメータ

name
The name of the resource to retrieve.

戻り値の型

The value of the resource localized for the caller's current UI culture, or null 参照 (Visual Basicでは Nothing) if name cannot be found in a resource set.
例外
例外解説
The name parameter is null 参照 (Visual Basicでは Nothing).
The value of the specified resource is not a string.
No usable set of resources has been found, and there are no resources for the default culture. For information about how to handle this exception, see the "Handling MissingManifestResourceException and MissingSatelliteAssemblyException Exceptions" section in the System.Resources.ResourceManager class topic.
The default culture's resources reside in a satellite assembly that could not be found. For information about how to handle this exception, see the "Handling MissingManifestResourceException and MissingSatelliteAssemblyException Exceptions" section in the System.Resources.ResourceManager class topic.
参照

EmbeddedResourceManager クラス
EmbeddedResourceManager メンバ
オーバーロード一覧