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