| Utf8StringByteLength Property |
Gets the number of bytes in the encoded string.
Namespace:
Ookii.Jumbo.IO
Assembly:
Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax public int ByteLength { get; set; }
Public Property ByteLength As Integer
Get
Set
public:
property int ByteLength {
int get ();
void set (int value);
}
member ByteLength : int with get, set
Property Value
Type:
Int32See Also