StringRegNodeLength Property

CVB.Net Documentation
Gets the number of bytes occupied by the register.

Namespace:  Stemmer.Cvb.GenApi
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public long Length { get; }

Property Value

Type: Int64
Attention: Length of the register's memory in bytes, not in chars. Normally strings are UTF-8 encoded which means, that texts may be longer than the number of characters.

Implements

IRegisterNodeLength
See Also

Reference