NullableReadOnlySpanPairTFirst, TSecondToString Method
Namespace: Ookii.CommonAssembly: Ookii.Common (in Ookii.Common.dll) Version: 1.0.0+7c2900b8a16cd8ae46bdd79d8f105034712c5fa3
public override string ToString()
Public Overrides Function ToString As String
Dim instance As NullableReadOnlySpanPair
Dim returnValue As String
returnValue = instance.ToString()
public:
virtual String^ ToString() override
Return Value
String
If
HasValue is
, a string representation of the
Value property; otherwise, an empty string ("").