|
|
Looks up a localizable string
Namespace: Autodesk.Navisworks.Api.ApplicationParts
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Function TryGetString ( _ name As String _ ) As String |
| C# |
|---|
public string TryGetString( string name ) |
| Visual C++ |
|---|
public: String^ TryGetString( String^ name ) |
Parameters
- name
- Type: System..::..String
The identifier of the string to lookup
Return Value
Returns localized string or Null 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. |