Fan.Sys.FanBool.toCode C# (CSharp) Méthode

toCode() public static méthode

public static toCode ( bool self ) : string
self bool
Résultat string
        public static string toCode(bool self)
        {
            return self ? "true" : "false";
        }