Res.GetString C# (CSharp) Méthode

GetString() public static méthode

public static GetString ( string name ) : string
name string
Résultat string
	public static string GetString (string name)
	{
		return SR.GetString (name);
	}

Usage Example

Exemple #1
0
 static internal Exception CantAllocateEnvironmentHandle(ODBC32.RetCode retcode)
 {
     return(ADP.DataAdapter(Res.GetString(Res.Odbc_CantAllocateEnvironmentHandle, ODBC32.RetcodeToString(retcode))));
 }
All Usage Examples Of Res::GetString