C# Class HourBoostr.Update

Show file Open project: Ezzpify/HourBoostr

Public Methods

Method Description
IsUpdateAvailable ( ) : bool

Downloads the data from an online text file Compares text file data to product version to see if there's an update available

Private Methods

Method Description
DownloadString ( string url ) : string

Downloads a string from the internet from the specified url

Method Details

IsUpdateAvailable() public static method

Downloads the data from an online text file Compares text file data to product version to see if there's an update available
public static IsUpdateAvailable ( ) : bool
return bool