Demo3D 2022 API Documentation
Demo3D 2022 API Documentation
Demo3D Namespaces
Demo3D.IO Namespaces
Demo3D.IO
BinaryTextEncoding Class
BinaryTextEncoding Methods
FixedLength Method
GetByteCount Method
GetBytes Method
GetBytesInternal Method
GetString Method
GetStringAsync Method
GetStringInternal Method
GetStringInternalAsync Method
LengthEncoded Method
NullTerminated Method
StringDelimited Method
BinaryTextEncoding
GetStringAsync Method
Decodes a string from a byte array.
Namespace:
Demo3D.IO
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
Copy
public
Task
<
BinaryString
>
GetStringAsync
(
IDataReader
reader
)
Parameters
reader
Type:
Demo3D.IO
IDataReader
The buffer to decode.
Return Value
Type:
Task
BinaryString
The decoded string.
See Also
Reference
BinaryTextEncoding Class
Demo3D.IO Namespace
© Emulate3D Ltd. All rights reserved.
Send comments on this topic to
support@demo3d.com