This returns true if the given character string is one of the valid Open Inventor file headers, (e.g., "#Inventor V2.0 binary"), or if the string has been registered as a valid header through the () method.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static bool IsValidHeader(
string testString
)
Public Shared Function IsValidHeader (
testString As String
) As Boolean
public:
static bool IsValidHeader(
String^ testString
)
static member IsValidHeader :
testString : string -> bool
Parameters
- testString
- Type: SystemString
Return Value
Type:
BooleanRemarks See Also