DotNetOpenMail 0.5.7 (beta)

ARM.GetString Method (String)

Get a string for the specified CultureInfo for the default culture

[Visual Basic]
Public Function GetString( _ 
   ByVal name As String _ 
) As String
[C#]
public string GetString(
   string name
);
[C++]
public: String* GetString(
   String* name
);
[JScript]
public function GetString(
   String name
): String;

Parameters

name
The key for the resource

Return Value

returns a string, if one is found, else null

See Also

ARM Class | DotNetOpenMail.Resources Namespace | ARM.GetString Overload List