Click or drag to resize
OptionalValueTToString Method
Prints the value or "<null>" when the value is present, but is `null` or "<missing>" when the value is not present (`HasValue = false`).

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public override string ToString()

Return Value

Type: String

[Missing <returns> documentation for "M:Deedle.OptionalValue`1.ToString"]

See Also