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

toStr() public static méthode

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