Parses the age of a property and returns the year it was built

Namespace:  HS.Sys.TheEnterprise.Common.Laserbear
Assembly:  Laserbear (in Laserbear.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public static string ParseAge(
	string num
)
Visual Basic (Declaration)
Public Shared Function ParseAge ( _
	num As String _
) As String
Visual C++
public:
static String^ ParseAge(
	String^ num
)

Parameters

num
Type: System..::.String
number

Return Value

A number between 1500 and current year non-inclusive or NULL

See Also