Class BuiltInFormatters
- Namespace
- Conjecture.Core
- Assembly
- Conjecture.Core.dll
Built-in IStrategyFormatter<T> instances for common primitive types.
public static class BuiltInFormatters
- Inheritance
-
BuiltInFormatters
- Inherited Members
Properties
Boolean
Formatter for bool values.
public static IStrategyFormatter<bool> Boolean { get; }
Property Value
ByteArray
Formatter for byte array values.
public static IStrategyFormatter<byte[]> ByteArray { get; }
Property Value
Double
Formatter for double values.
public static IStrategyFormatter<double> Double { get; }
Property Value
Int32
Formatter for int values.
public static IStrategyFormatter<int> Int32 { get; }
Property Value
Single
Formatter for float values.
public static IStrategyFormatter<float> Single { get; }
Property Value
String
Formatter for string values.
public static IStrategyFormatter<string> String { get; }