[]
Performs an explicit conversion from DataStream to DataPointer.
public static implicit operator DataPointer(DataStream from)
Public Shared Widening Operator CType(from As DataStream) As DataPointer
| Type | Name | Description |
|---|---|---|
| DataStream | from | The from value. |
| Type | Description |
|---|---|
| DataPointer | The result of the conversion. |