| SbFileHelperExpandString Method  | 
Returns a new version of the string with "$NAME" SoPreference variable names expanded to their defined value. 
 
Namespace: OIV.Inventor.HelpersAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic static string ExpandString(
	string string
)
Public Shared Function ExpandString ( 
	string As String
) As String
public:
static String^ ExpandString(
	String^ string
)
static member ExpandString : 
        string : string -> string 
Parameters
- string
 - Type: SystemString
 
Return Value
Type: 
String
RemarksIf the specified name does not have a defined value, the name is copied as-is. 
See Also