Changeset 13550 for trunk/sources/HeuristicLab.Clients.OKB/3.3/RunCreation/ServiceClient/BoolValue.cs
- Timestamp:
- 01/19/16 08:38:56 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Clients.OKB/3.3/RunCreation/ServiceClient/BoolValue.cs
r13534 r13550 24 24 namespace HeuristicLab.Clients.OKB.RunCreation { 25 25 public partial class BoolValue { 26 26 27 public BoolValue() { 27 28 DataType = new DataType() { … … 31 32 } 32 33 33 public override string ToString() {34 public override string GetValue() { 34 35 return Value.ToString(CultureInfo.CurrentCulture.NumberFormat); 35 36 }
Note: See TracChangeset
for help on using the changeset viewer.