Class BuiltInFormatters
- Namespace
- Conjecture.Core
- Assembly
- Conjecture.Core.dll
Built-in Conjecture.Abstractions.Strategies.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
- IStrategyFormatter<bool>
ByteArray
Formatter for byte array values.
public static IStrategyFormatter<byte[]> ByteArray { get; }
Property Value
- IStrategyFormatter<byte[]>
Double
Formatter for double values.
public static IStrategyFormatter<double> Double { get; }
Property Value
- IStrategyFormatter<double>
Int32
Formatter for int values.
public static IStrategyFormatter<int> Int32 { get; }
Property Value
- IStrategyFormatter<int>
Single
Formatter for float values.
public static IStrategyFormatter<float> Single { get; }
Property Value
- IStrategyFormatter<float>
String
Formatter for string values.
public static IStrategyFormatter<string> String { get; }
Property Value
- IStrategyFormatter<string>