  | Utf8StringByteLength Property | 
            Gets the number of bytes in the encoded string.
            
Namespace: Ookii.Jumbo.IOAssembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic 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
Int32
See Also