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: 10.12.3.0 (10.12.3.0)
Syntax public 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:
StringRemarks If the specified name does not have a defined value, the name is copied as-is.
See Also