[This is preliminary documentation and is subject to change.]
Extracts the Revision from the file name
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
| C# |
|---|
protected static int GetRevision( string str ) |
| Visual Basic (Declaration) |
|---|
Protected Shared Function GetRevision ( _ str As String _ ) As Integer |
| Visual C++ |
|---|
protected: static int GetRevision( String^ str ) |
Parameters
- str
- Type: System..::.String
The name of the file
