ValueJsonSerializerSerialize Method
Converts the provided value into a String.
Namespace: Fluent.Calculations.Primitives.JsonAssembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public static string Serialize(
IValue value,
bool writeIndented = true
)
- value IValue
- The value to convert.
- writeIndented Boolean (Optional)
- Specifies whether JSON should use pretty printing. By default, JSON is serialized without any extra white space.
StringA String representation of the value.