|
|
Looks up a localizable string
Namespace: Autodesk.Navisworks.Api.ApplicationParts
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Function GetStringSafe ( _ name As String _ ) As String |
| C# |
|---|
public string GetStringSafe( string name ) |
| Visual C++ |
|---|
public: String^ GetStringSafe( String^ name ) |
Parameters
- name
- Type: System..::..String
The identifier of the string to lookup
Return Value
Returns localized string or value of 'name' if it cannot be found
Remarks
For more information on this attribute see 'Localisation' in the 'Developer guide'.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | The identifier is Null. |