Version Control
Declaration Syntax
C# |
public static string GetSofuNetVersion()
Return Value
Returns the current Version
Examples
CopyC#
if (Sofu.Sofu.Parser.GetSofuNetVersion() < 0.2) { Console.Out.WriteLine("Error: I require at least version 0.2 of Sofu.Net"); }