TryComputeLength()
ByteArrayContent::TryComputeLength(int64_t&) method
Tries to calculate the byte array length.
bool System::Net::Http::ByteArrayContent::TryComputeLength(int64_t &length) override
Arguments
Parameter | Type | Description |
---|---|---|
length | int64_t& | The output parameter where the calculated length will be assigned. |
Return Value
True when the length is successfully calculated, otherwise false.
See Also
- Class ByteArrayContent
- Namespace System::Net::Http
- Library Aspose.Slides