LazyAsyncTToString Method
Creates and returns a string representation of the
Value property
for this instance.
Namespace: DevCase.Runtime.ThreadingAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public override string ToString()
Public Overrides Function ToString As String
Dim instance As LazyAsync
Dim returnValue As String
returnValue = instance.ToString()
public:
virtual String^ ToString() override
abstract ToString : unit -> string
override ToString : unit -> string
No code example is currently available or this language may not be supported.
Return Value
String
The return value is the result of calling the
ToString method on the
Value property for this instance if the value has been created
(that is, if the
IsValueCreated property returns
).
Otherwise, a
NullReferenceException will be thrown.