CADability dotNET
--- Depricated --- use GetString(string, Category) instead. Returns the string with the given ID in the ActiveLanguage. If the there is no appropriate entry in the ActiveLanguage then the default language is searched. If there is still no entry "missing string: "+Name is returned.

Namespace: CADability.UserInterface
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public static string GetString(
	string Name
)
Visual Basic
Public Shared Function GetString ( _
	Name As String _
) As String
Visual C++
public:
static String^ GetString(
	String^ Name
)

Parameters

Name
Type: System..::..String
Name or ID of the string

Return Value

the value of the string entry

See Also