Sofu Documentation
GetSofuNetVersion Method
NamespacesSofu.SofuParserGetSofuNetVersion()()()
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");
}

Assembly: Sofu (Module: Sofu) Version: 0.2.1.0 (0.2.1.0)