Formats the system.version into the standard format nn.nn.nn
Namespace: DotNetNuke.CommonAssembly: 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.