[This is preliminary documentation and is subject to change.]

Extracts the Revision from the file name

Namespace:  OfficeClip.Utils
Assembly:  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

Return Value

The file revision

See Also