LazyAsyncTToString Method

Creates and returns a string representation of the Value property for this instance.

Definition

Namespace: DevCase.Runtime.Threading
Assembly: 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()

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.

See Also