Formats the system.version into the standard format nn.nn.nn

Namespace: DotNetNuke.Common
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static string FormatVersion(
	Version version
)
Visual Basic
Public Shared Function FormatVersion ( 
	version As Version
) As String

Parameters

version
Type: System..::..Version
The version.

Return Value

Formatted version as string

See Also