NullableReadOnlySpanPairTFirst, TSecondToString Method

Returns a string that represents the current NullableReadOnlySpanPairTFirst, TSecond.

Definition

Namespace: Ookii.Common
Assembly: Ookii.Common (in Ookii.Common.dll) Version: 1.0.0+7c2900b8a16cd8ae46bdd79d8f105034712c5fa3
C#
public override string ToString()

Return Value

String
If HasValue is , a string representation of the Value property; otherwise, an empty string ("").

See Also