Click or drag to resize

AssemblyDefinitionUtilGetVersion Method

Get the version number from an assembly display name.

Namespace:  Nova.Utilities
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static string GetVersion(
	string assemblyName
)

Parameters

assemblyName
Type: SystemString

Return Value

Type: String
See Also